Passed
Push — master ( 845f48...10361c )
by Gabriel
05:36
created
src/RecordsTraits/HasSmartProperties/RecordTrait.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
     protected $smartProperties = [];
25 25
 
26 26
     /**
27
-     * @param $name
27
+     * @param string $name
28 28
      * @return PropertyValue
29 29
      */
30 30
     public function getSmartProperty($name)
@@ -116,9 +116,9 @@  discard block
 block discarded – undo
116 116
     }
117 117
 
118 118
     /**
119
-     * @param $name
120
-     * @param $value
121
-     * @return bool
119
+     * @param string $name
120
+     * @param boolean|string $value
121
+     * @return null|false
122 122
      * @throws \Exception
123 123
      */
124 124
     public function updateSmartProperty($name, $value)
Please login to merge, or discard this patch.