Completed
Push — master ( c5047e...3a177f )
by Gabriel
03:52
created
src/Locator/Resolver/Pipeline/Stages/AbstractStage.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
     protected $command;
18 18
 
19 19
     /**
20
-     * @param Command $methodCall
21 20
      * @return Command
22 21
      */
23 22
     public function __invoke(Command $command): Command
Please login to merge, or discard this patch.
src/Locator/Resolver/Pipeline/Stages/NamespaceSearch.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-     * @return array
53
+     * @return string[]
54 54
      */
55 55
     public function buildAliasVariations()
56 56
     {
Please login to merge, or discard this patch.
src/Relations/Relation.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
     }
200 200
 
201 201
     /**
202
-     * @param $name
202
+     * @param string $name
203 203
      * @return RecordManager
204 204
      * @throws InvalidModelException
205 205
      */
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
     }
218 218
 
219 219
     /**
220
-     * @param Record|HasRelationsRecordTrait $item
220
+     * @param Record $item
221 221
      * @return $this
222 222
      */
223 223
     public function setItem(Record $item)
Please login to merge, or discard this patch.
src/Relations/Traits/HasMorphTypeTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @param null $morphTypeField
65
+     * @param string $morphTypeField
66 66
      * @return void
67 67
      */
68 68
     public function setMorphTypeField($morphTypeField)
Please login to merge, or discard this patch.