Passed
Push — master ( 10361c...9be6d3 )
by Gabriel
03:47
created
src/RecordsTraits/HasTypes/RecordTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @param $type
43
+     * @param string|null $type
44 44
      * @return mixed
45 45
      * @throws \Nip\Logger\Exception
46 46
      */
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     }
95 95
 
96 96
     /**
97
-     * @param $typeObject
97
+     * @param GenericType $typeObject
98 98
      * @return RecordTrait
99 99
      */
100 100
     public function setTypeFromObject($typeObject)
Please login to merge, or discard this patch.