Completed
Push — php7/base ( 153b4b )
by Albert
07:56 queued 05:57
created
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.