1
0
Fork 0

Merge pull request #1518 from deguif/master

Fixed phpdoc in JsonFile::read()
pull/1512/merge
Jordi Boggiano 2013-01-23 05:12:07 -08:00
commit 91c8a1e059
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class JsonFile
/** /**
* Reads json file. * Reads json file.
* *
* @return array * @return mixed
*/ */
public function read() public function read()
{ {