Skip to content

Commit df86514

Browse files
chore(style): add missing strict declaration
1 parent 90971f9 commit df86514

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config/config.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
return [
46
/*
57
|--------------------------------------------------------------------------

pint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"concat_space": {
1111
"spacing": "one"
12-
}
12+
},
13+
"declare_strict_types": true
1314
}
1415
}

0 commit comments

Comments
 (0)