Completed
Push — master ( 8b262f...59eb05 )
by Freek
01:21
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 2 patches
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.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
     /**
19 19
      * @param string $directive
20
-     * @param string|array $values
20
+     * @param string $values
21 21
      *
22 22
      * @return \Spatie\Csp\Profiles\Profile
23 23
      *
Please login to merge, or discard this patch.