WEB: Fix phpdoc errors

This commit is contained in:
Matan Bareket
2019-01-22 19:49:58 -05:00
parent 56fc8e6d4f
commit 67778e13ce
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ abstract class BasicObject
* If the input array doesn't contain the numerical key 0, wrap it inside
* an array. This functions operates on the data directly.
*
* @param mixed &$data the input
* @param mixed $data the input
*/
public static function toArray(&$data)
{