Completed
Push — master ( fe0acb...db8d28 )
by wen
11:03
created
src/View/Columns/Column.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -221,6 +221,10 @@
 block discarded – undo
221 221
         return $this->getValueFromObject($this->getModel(), $this->getName());
222 222
     }
223 223
 
224
+    /**
225
+     * @param Model $instance
226
+     * @param string $name
227
+     */
224 228
     protected function getValueFromObject($instance, $name)
225 229
     {
226 230
         $parts = explode('.', $name);
Please login to merge, or discard this patch.