Skip to content

Commit

Permalink
whitespace cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonko Mulder committed Mar 17, 2023
1 parent f0e354d commit f9cf548
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions config/feature-policy.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
*/
'policy' => Mazedlx\FeaturePolicy\Policies\Basic::class,

/*
* Feature-policy headers will only be added if this is set to true
*/
// Feature-policy headers will only be added if this is set to true
'enabled' => env('FPH_ENABLED', true),
];
2 changes: 1 addition & 1 deletion src/Exceptions/InvalidFeaturePolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ public static function create($class): self

return new self("The Feature-Policy class '{$className}' is nit valid. A valid policy extends " . Policy::class);
}
}
}
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ protected function getPackageProviders($app)
FeaturePolicyServiceProvider::class,
];
}
}
}

0 comments on commit f9cf548

Please sign in to comment.