Enforce strict types in PHP

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2019-11-22 10:49:30 +01:00
parent 45bf4d0f61
commit 9dbb2c43e0
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
15 changed files with 15 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* Calendar App
*

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* Calendar App
*

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* Calendar App
*

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* Calendar App
*

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* @author Thomas Citharel
* @author Georg Ehrke

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* Calendar App
*

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* Calendar App
*

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* Calendar App
*

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* Calendar App
*

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* Calendar App
*

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* Calendar App
*

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* Calendar App
*

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* Calendar App
*

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* Calendar App
*

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* Calendar App
*