Skip to content

Commit

Permalink
Use strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Oct 6, 2024
1 parent 2cde87f commit 57c971c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
<?php declare(strict_types=1);

/**
* Application entry point.
* @param array<string, string> $query The query string.
Expand Down

0 comments on commit 57c971c

Please sign in to comment.