Skip to content

Commit d6c0f2c

Browse files
committed
cs
1 parent a942c2c commit d6c0f2c

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

tests/Forms/BaseControl.extensionMethod.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\Forms\Controls\Button;

tests/Forms/Container.extensionMethod.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\Forms\Form;

tests/Forms/Forms.onClick.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\Forms\Controls\SubmitButton;

tests/Forms/Rules.static.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\Forms\Form;

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)