Completed
Push — php7/base ( 153b4b )
by Albert
07:56 queued 05:57
created
src/OtherExamples/Form.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     /**
10 10
      * Form constructor.
11 11
      *
12
-     * @param $x
12
+     * @param integer $x
13 13
      */
14 14
     public function __construct($x)
15 15
     {
Please login to merge, or discard this patch.
src/PHP7Kata/LegacyToMigrate.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Kata\PHP7Kata;
4 4
 
5
-use Kata\OtherExamples\Form;
6 5
 use Kata\OtherExamples\Example;
6
+use Kata\OtherExamples\Form;
7 7
 use Kata\OtherExamples\NotAnExample;
8 8
 
9 9
 final class LegacyToMigrate
Please login to merge, or discard this patch.