Skip to content

Commit fb1491e

Browse files
committed
cs
1 parent b9fd2a1 commit fb1491e

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

tests/PhpGenerator/ClassType.inheritance.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
use Nette\PhpGenerator\ClassType;

tests/PhpGenerator/Closure.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
use Nette\PhpGenerator\Closure;

tests/PhpGenerator/GlobalFunction.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
use Nette\PhpGenerator\GlobalFunction;

tests/PhpGenerator/Helpers.isIdentifier.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
use Nette\PhpGenerator\Helpers;

tests/PhpGenerator/Helpers.isNamespaceIdentifier.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
use Nette\PhpGenerator\Helpers;

tests/PhpGenerator/fixtures/classes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
namespace Abc;

tests/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
// The Nette Tester command-line runner can be

0 commit comments

Comments
 (0)