Skip to content

Commit 360d467

Browse files
committed
added declare(strict_types=1);
1 parent bbeef6e commit 360d467

File tree

144 files changed

+288
-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.

144 files changed

+288
-0
lines changed

src/Bridges/DatabaseDI/DatabaseExtension.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\Bridges\DatabaseDI;
911

1012
use Nette;

src/Bridges/DatabaseTracy/ConnectionPanel.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\Bridges\DatabaseTracy;
911

1012
use Nette;

src/Database/Connection.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\Database;
911

1012
use Nette;

src/Database/Context.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\Database;
911

1012
use Nette;

src/Database/Conventions/DiscoveredConventions.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\Database\Conventions;
911

1012
use Nette\Database\IConventions;

src/Database/Conventions/StaticConventions.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\Database\Conventions;
911

1012
use Nette;

src/Database/Conventions/exceptions.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\Database\Conventions;
911

1012

src/Database/DriverException.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\Database;
911

1012

src/Database/Drivers/MsSqlDriver.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\Database\Drivers;
911

1012
use Nette;

src/Database/Drivers/MySqlDriver.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\Database\Drivers;
911

1012
use Nette;

0 commit comments

Comments
 (0)