Completed
Push — master ( 9fb957...1d5047 )
by Markus
06:45
created
tests/WorkflowTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -305,6 +305,9 @@
 block discarded – undo
305 305
 {
306 306
     public $name;
307 307
 
308
+    /**
309
+     * @param string $name
310
+     */
308 311
     public function __construct($name)
309 312
     {
310 313
         $this->name = $name;
Please login to merge, or discard this patch.