Completed
Pull Request — master (#62)
by Roberto
07:08
created
src/Tools.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -575,6 +575,9 @@
 block discarded – undo
575 575
         }
576 576
     }
577 577
     
578
+    /**
579
+     * @param stdClass $std
580
+     */
578 581
     protected function validInputParameters($properties, $std)
579 582
     {
580 583
         foreach ($properties as $key => $rules) {
Please login to merge, or discard this patch.