Skip to content

Commit 6c544ce

Browse files
Missed a bit
1 parent 2ddd844 commit 6c544ce

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/Parse/ParseACL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function _isShared()
111111
/**
112112
* Set shared for ParseACL.
113113
*
114-
* @param bool $shared
114+
* @param bool $shared
115115
*/
116116
public function _setShared($shared)
117117
{

src/Parse/ParseObject.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ public static function saveAll($list, $useMasterKey = false)
858858
* Save Object and unsaved children within.
859859
*
860860
* @param $target
861-
* @param bool $useMasterKey Whether to use the Master Key.
861+
* @param bool $useMasterKey Whether to use the Master Key.
862862
*
863863
* @throws ParseException
864864
*
@@ -1120,7 +1120,6 @@ public function getRelation($key)
11201120
* @throws \Exception
11211121
*
11221122
* @return array
1123-
*
11241123
*/
11251124
public function _toPointer()
11261125
{
@@ -1190,7 +1189,6 @@ public static function registerSubclass()
11901189
/**
11911190
* Un-register a subclass.
11921191
* Cannot be called on the base class ParseObject.
1193-
*
11941192
*/
11951193
public static function _unregisterSubclass()
11961194
{

0 commit comments

Comments
 (0)