Skip to content

Commit 28f2b9b

Browse files
authored
AllowCors: Enable strict types mode
1 parent 13b58dd commit 28f2b9b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/AllowCors.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
namespace PH7\ApiSimpleMenu;
36

47
class AllowCors
@@ -22,4 +25,4 @@ private function set(string $key, string $value): void
2225
{
2326
header($key . ':' . $value);
2427
}
25-
}
28+
}

0 commit comments

Comments
 (0)