Completed
Push — work-fleets ( 5c3a01...351cf4 )
by SuperNova.WS
06:40
created
includes/classes/EntityModel.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -63,6 +63,10 @@
 block discarded – undo
63 63
    */
64 64
   protected $accessors = array();
65 65
 
66
+  /**
67
+   * @param string $varName
68
+   * @param string $type
69
+   */
66 70
   protected function assignAccessor($varName, $type, $callable) {
67 71
     if (empty($callable)) {
68 72
       return;
Please login to merge, or discard this patch.