Skip to content

Commit bb78749

Browse files
Added a missing typehint
1 parent 6c544ce commit bb78749

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Parse/ParseObject.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -855,10 +855,10 @@ public static function saveAll($list, $useMasterKey = false)
855855
}
856856

857857
/**
858-
* Save Object and unsaved children within.
858+
* Save object and unsaved children within.
859859
*
860-
* @param $target
861-
* @param bool $useMasterKey Whether to use the Master Key.
860+
* @param array $target
861+
* @param bool $useMasterKey Whether to use the Master Key.
862862
*
863863
* @throws ParseException
864864
*

0 commit comments

Comments
 (0)