Completed
Push — master ( dc4cf8...7c04c1 )
by Freek
03:54 queued 01:04
created
src/ProfileFactory.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 Spatie\Csp;
4 4
 
5
-use Spatie\Csp\Profiles\Profile;
6 5
 use Spatie\Csp\Exceptions\InvalidCspProfile;
6
+use Spatie\Csp\Profiles\Profile;
7 7
 
8 8
 class ProfileFactory
9 9
 {
Please login to merge, or discard this patch.
src/Profiles/Profile.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 Spatie\Csp\Profiles;
4 4
 
5
-use Spatie\Csp\Directive;
6 5
 use Illuminate\Http\Request;
6
+use Spatie\Csp\Directive;
7 7
 use Spatie\Csp\Exceptions\InvalidDirective;
8 8
 use Symfony\Component\HttpFoundation\Response;
9 9
 
Please login to merge, or discard this patch.