Completed
Pull Request — master (#321)
by
unknown
04: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.
tests/Step/ValidatorStepTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -84,6 +84,9 @@
 block discarded – undo
84 84
         $this->assertEquals(128, $this->filter->getPriority());
85 85
     }
86 86
 
87
+    /**
88
+     * @return \Symfony\Component\Validator\ConstraintViolationInterface
89
+     */
87 90
     private function buildConstraintViolation()
88 91
     {
89 92
         return $this->getMockBuilder('Symfony\Component\Validator\ConstraintViolation')
Please login to merge, or discard this patch.