Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mertasan committed Dec 23, 2023
1 parent c20c325 commit a642120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 0 additions & 6 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
parameters:
ignoreErrors:
-
message: "#^Class App\\\\Http\\\\Middleware\\\\EncryptCookies not found\\.$#"
count: 1
path: config/cloudflare_cache.php
5 changes: 4 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
includes:
- phpstan-baseline.neon
- vendor/larastan/larastan/extension.neon
- phpstan-baseline.neon

parameters:
level: 8
Expand All @@ -9,3 +9,6 @@ parameters:
- config

tmpDir: build/phpstan

ignoreErrors:
- "#^Class App\\\\Http\\\\Middleware\\\\EncryptCookies not found\\.$#"

0 comments on commit a642120

Please sign in to comment.