Skip to content

Commit 0c74e58

Browse files
committed
enable strict types #6
1 parent c91555b commit 0c74e58

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

src/SapDateInterval.php

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* @license MIT
1111
*/
1212

13+
declare(strict_types=1);
14+
1315
namespace phpsap\DateTime;
1416

1517
use DateInterval;

src/SapDateTime.php

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* @license MIT
1111
*/
1212

13+
declare(strict_types=1);
14+
1315
namespace phpsap\DateTime;
1416

1517
use DateTime;

tests/SapDateIntervalTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* @license MIT
1111
*/
1212

13+
declare(strict_types=1);
14+
1315
namespace tests\phpsap\DateTime;
1416

1517
use DateTime;

tests/SapDateTimeTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* @license MIT
1111
*/
1212

13+
declare(strict_types=1);
14+
1315
namespace tests\phpsap\DateTime;
1416

1517
use DateTime;

0 commit comments

Comments
 (0)