Completed
Push — master ( 36e411...178b97 )
by Clinton
02:32
created
src/classes/Job.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -58,6 +58,9 @@
 block discarded – undo
58 58
         }
59 59
     }
60 60
 
61
+    /**
62
+     * @param string $className
63
+     */
61 64
     private static function checkClass($className)
62 65
     {
63 66
         $class = new $className();
Please login to merge, or discard this patch.