Skip to content

Commit 64a39bd

Browse files
committed
singleline declare statements
1 parent ba16c03 commit 64a39bd

232 files changed

Lines changed: 232 additions & 696 deletions

File tree

Some content is hidden

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

.phpstorm.meta.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<?php
2-
3-
declare(strict_types=1);
1+
<?php declare(strict_types=1);
42

53
namespace PHPSTORM_META;
64

src/HtmlStringable.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the Nette Framework (https://nette.org)
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8-
declare(strict_types=1);
9-
108
namespace Nette;
119

1210

src/Iterators/CachingIterator.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the Nette Framework (https://nette.org)
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8-
declare(strict_types=1);
9-
108
namespace Nette\Iterators;
119

1210
use Nette;

src/Iterators/Mapper.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the Nette Framework (https://nette.org)
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8-
declare(strict_types=1);
9-
108
namespace Nette\Iterators;
119

1210

src/SmartObject.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the Nette Framework (https://nette.org)
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8-
declare(strict_types=1);
9-
108
namespace Nette;
119

1210
use Nette\Utils\ObjectHelpers;

src/StaticClass.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the Nette Framework (https://nette.org)
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8-
declare(strict_types=1);
9-
108
namespace Nette;
119

1210

src/Translator.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the Nette Framework (https://nette.org)
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8-
declare(strict_types=1);
9-
108
namespace Nette\Localization;
119

1210

src/Utils/ArrayHash.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the Nette Framework (https://nette.org)
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8-
declare(strict_types=1);
9-
108
namespace Nette\Utils;
119

1210
use Nette;

src/Utils/ArrayList.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the Nette Framework (https://nette.org)
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8-
declare(strict_types=1);
9-
108
namespace Nette\Utils;
119

1210
use Nette;

src/Utils/Arrays.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the Nette Framework (https://nette.org)
55
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
66
*/
77

8-
declare(strict_types=1);
9-
108
namespace Nette\Utils;
119

1210
use JetBrains\PhpStorm\Language;

0 commit comments

Comments
 (0)