Completed
Push — master ( d238ea...d39d8c )
by Radosław
02:06
created
src/Field.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -130,6 +130,9 @@
 block discarded – undo
130 130
     }
131 131
 
132 132
 
133
+    /**
134
+     * @param string $forceValueType
135
+     */
133 136
     protected function setValueForced($forceValueType, $value)
134 137
     {
135 138
         if (!property_exists($this, $forceValueType)) {
Please login to merge, or discard this patch.