Skip to content

Commit 5382349

Browse files
author
gertvanhout
committed
edit phpstan
1 parent 96e60c3 commit 5382349

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

phpstan.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ parameters:
66
paths:
77
- src
88
- config
9-
- database
109
tmpDir: build/phpstan
1110
checkOctaneCompatibility: true
1211
checkModelProperties: true

tests/TestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ protected function getEnvironmentSetUp($app): void
6161
aHhk2PE8H+YXPht4mD0Xi85k
6262
-----END PRIVATE KEY-----');
6363
config()->set('cloudfront-cookies', [
64+
'region' => 'us-east-1',
6465
'key_pair_id' => 'AA12345678',
6566
'private_key_path' => 'tests/test_private_key.pem',
6667
'private_key_storage' => 'local',

0 commit comments

Comments
 (0)