Completed
Pull Request — master (#99)
by
unknown
09:34
created
src/Elements/Select.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -152,6 +152,9 @@
 block discarded – undo
152 152
         $this->children = $this->applyValueToElements($value, $this->children, $strict);
153 153
     }
154 154
 
155
+    /**
156
+     * @param Collection $value
157
+     */
155 158
     protected function applyValueToElements($value, Collection $children, $strict = false)
156 159
     {
157 160
         return $children->map(function ($child) use ($strict, $value) {
Please login to merge, or discard this patch.