Skip to content

Commit

Permalink
AllowCors: Enable strict types mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 authored Aug 20, 2023
1 parent 13b58dd commit 28f2b9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/AllowCors.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

namespace PH7\ApiSimpleMenu;

class AllowCors
Expand All @@ -22,4 +25,4 @@ private function set(string $key, string $value): void
{
header($key . ':' . $value);
}
}
}

0 comments on commit 28f2b9b

Please sign in to comment.