Skip to content

Commit 8f5453b

Browse files
committed
added declare(strict_types=1);
1 parent 6eea5a9 commit 8f5453b

File tree

164 files changed

+328
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+328
-0
lines changed

src/Application/Application.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8+
declare(strict_types=1);
9+
810
namespace Nette\Application;
911

1012
use Nette;

src/Application/ErrorPresenter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8+
declare(strict_types=1);
9+
810
namespace NetteModule;
911

1012
use Nette;

src/Application/Helpers.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8+
declare(strict_types=1);
9+
810
namespace Nette\Application;
911

1012
use Nette;

src/Application/IPresenter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8+
declare(strict_types=1);
9+
810
namespace Nette\Application;
911

1012

src/Application/IPresenterFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8+
declare(strict_types=1);
9+
810
namespace Nette\Application;
911

1012

src/Application/IResponse.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8+
declare(strict_types=1);
9+
810
namespace Nette\Application;
911

1012
use Nette;

src/Application/IRouter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8+
declare(strict_types=1);
9+
810
namespace Nette\Application;
911

1012
use Nette;

src/Application/LinkGenerator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8+
declare(strict_types=1);
9+
810
namespace Nette\Application;
911

1012
use Nette;

src/Application/MicroPresenter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8+
declare(strict_types=1);
9+
810
namespace NetteModule;
911

1012
use Nette;

src/Application/PresenterFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8+
declare(strict_types=1);
9+
810
namespace Nette\Application;
911

1012
use Nette;

0 commit comments

Comments
 (0)