mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-22 14:30:41 -04:00
enable strict types in PHP
This commit is contained in:
parent
b9d24b74b3
commit
cebc9acce6
49 changed files with 50 additions and 50 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env php
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
/**
|
||||
* PrivateBin
|
||||
*
|
||||
|
@ -413,7 +413,7 @@ class ConfigurationTestGenerator
|
|||
private function _getHeader()
|
||||
{
|
||||
return <<<'EOT'
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
/**
|
||||
* DO NOT EDIT: This file is generated automatically using configGenerator.php
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue