Skip to content

Commit

Permalink
Revert "Enable strict interpretation of scalar type declarations"
Browse files Browse the repository at this point in the history
This reverts commit 69e61bb.
  • Loading branch information
sebastianbergmann committed Aug 4, 2019
1 parent c319d08 commit dc2365b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Util/PHP/Template/TestCaseClass.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
use SebastianBergmann\CodeCoverage\CodeCoverage;

if (!defined('STDOUT')) {
Expand Down
2 changes: 1 addition & 1 deletion src/Util/PHP/Template/TestCaseMethod.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
use PHPUnit\Framework\TestCase;
use SebastianBergmann\CodeCoverage\CodeCoverage;

Expand Down

0 comments on commit dc2365b

Please sign in to comment.