Completed
Pull Request — master (#161)
by
unknown
13:26
created
src/Encoder/Handlers/ReplyInterpreter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@
 block discarded – undo
230 230
      * @param Frame      $current
231 231
      * @param Frame|null $previous
232 232
      *
233
-     * @return bool[]
233
+     * @return boolean[]
234 234
      */
235 235
     private function getIfTargets($rootType, Frame $current, Frame $previous = null)
236 236
     {
Please login to merge, or discard this patch.
src/Encoder/Parameters/SortParameter.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -41,9 +41,9 @@
 block discarded – undo
41 41
 
42 42
 
43 43
     /**
44
-     * @param $sortField
45
-     * @param $isAscending
46
-     * @param null $sortRelationAttribute
44
+     * @param string $sortField
45
+     * @param boolean $isAscending
46
+     * @param null $sortRelationshipAttribute
47 47
      */
48 48
     public function __construct($sortField, $isAscending, $sortRelationshipAttribute=null)
49 49
     {
Please login to merge, or discard this patch.