Passed
Branch work-fleets (5a7baa)
by SuperNova.WS
06:08
created
includes/classes/PropertyHider.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -76,6 +76,9 @@  discard block
 block discarded – undo
76 76
     }
77 77
   }
78 78
 
79
+  /**
80
+   * @param string $name
81
+   */
79 82
   private function getPhysicalPropertyName($name) {
80 83
     return '_' . $name;
81 84
   }
@@ -146,6 +149,9 @@  discard block
 block discarded – undo
146 149
     return $this->propertyMethodResult($name, $diff, 'delta');
147 150
   }
148 151
 
152
+  /**
153
+   * @param string $action
154
+   */
149 155
   protected function actionProperty($action, $name, $value) {
150 156
     $result = null;
151 157
     // Now deciding - will we call a protected setter or will we work with protected property
Please login to merge, or discard this patch.