Passed
Branch 2.0 (484bd2)
by Philippe
13:19
created
src/Detectors/HiddenSegmentDetector.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace Thinktomorrow\Locale\Detectors;
4 4
 
5 5
 use Illuminate\Http\Request;
6
-use Thinktomorrow\Locale\Values\Locale;
7
-use Thinktomorrow\Locale\Values\Config;
8 6
 use Thinktomorrow\Locale\Scope;
7
+use Thinktomorrow\Locale\Values\Config;
8
+use Thinktomorrow\Locale\Values\Locale;
9 9
 
10 10
 class HiddenSegmentDetector implements Detector
11 11
 {
Please login to merge, or discard this patch.
src/Detectors/QueryDetector.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace Thinktomorrow\Locale\Detectors;
4 4
 
5 5
 use Illuminate\Http\Request;
6
-use Thinktomorrow\Locale\Values\Locale;
7
-use Thinktomorrow\Locale\Values\Config;
8 6
 use Thinktomorrow\Locale\Scope;
7
+use Thinktomorrow\Locale\Values\Config;
8
+use Thinktomorrow\Locale\Values\Locale;
9 9
 
10 10
 class QueryDetector implements Detector
11 11
 {
Please login to merge, or discard this patch.
src/Detectors/SegmentDetector.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace Thinktomorrow\Locale\Detectors;
4 4
 
5 5
 use Illuminate\Http\Request;
6
-use Thinktomorrow\Locale\Values\Locale;
7
-use Thinktomorrow\Locale\Values\Config;
8 6
 use Thinktomorrow\Locale\Scope;
7
+use Thinktomorrow\Locale\Values\Config;
8
+use Thinktomorrow\Locale\Values\Locale;
9 9
 
10 10
 class SegmentDetector implements Detector
11 11
 {
Please login to merge, or discard this patch.
src/LocaleUrl.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Thinktomorrow\Locale\Parsers\LocaleSegmentParameter;
6 6
 use Thinktomorrow\Locale\Parsers\RouteParser;
7 7
 use Thinktomorrow\Locale\Parsers\UrlParser;
8
-use Thinktomorrow\Locale\CanonicalScope;
9 8
 use Thinktomorrow\Locale\Values\Config;
10 9
 
11 10
 class LocaleUrl
Please login to merge, or discard this patch.