mirror of
https://github.com/leonelquinteros/php-toml.git
synced 2025-03-14 22:39:42 +01:00
Doc on private function
This commit is contained in:
parent
36071214c9
commit
502940e5f7
@ -90,8 +90,16 @@ class Toml
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Parses TOML value and returns it to be assigned on the hashed array
|
||||
*
|
||||
* @param (string) $val
|
||||
*
|
||||
* @return (mixed) Parsed value.
|
||||
*/
|
||||
private static function parseValue($val)
|
||||
{
|
||||
// TODO: Implement this.
|
||||
return $val;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user