Skip to content

Commit

Permalink
[routes.php]Use strict type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Feb 1, 2020
1 parent 3b7dc1d commit 54ce065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Server/config/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* @license GNU General Public License; <https://www.gnu.org/licenses/gpl-3.0.en.html>
*/

declare(strict_types=1);

namespace Lifyzer\Server;

use FastRoute\RouteCollector;
Expand Down

0 comments on commit 54ce065

Please sign in to comment.