Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kimpepper committed Jan 13, 2024
1 parent a930fcd commit df51aaa
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion tests/Ignore/Base.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Ignore;

Expand Down
2 changes: 1 addition & 1 deletion tests/Ignore/IgnoreDocCommentSniffTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Ignore;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Ignore;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Ignore;

Expand Down
2 changes: 1 addition & 1 deletion tests/Ignore/IgnoreDrupalCommentingFunctionCommentTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Ignore;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Ignore;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Ignore;

Expand Down
2 changes: 1 addition & 1 deletion tests/Ignore/IgnoreUnreachableTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Ignore;

Expand Down
2 changes: 1 addition & 1 deletion tests/Sniffs/AlphabeticallySortedUsesTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Sniffs;

Expand Down
2 changes: 1 addition & 1 deletion tests/Sniffs/ClassStructureTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Sniffs;

Expand Down
2 changes: 1 addition & 1 deletion tests/Sniffs/DrupalRulesetTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Sniffs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Sniffs;

Expand Down
2 changes: 1 addition & 1 deletion tests/Sniffs/FunctionOpeningBraceSpaceSpacingAfterTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Sniffs;

Expand Down
2 changes: 1 addition & 1 deletion tests/Sniffs/RequireMultiLineMethodSignatureTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Sniffs;

Expand Down
2 changes: 1 addition & 1 deletion tests/Sniffs/RequireTrailingCommaInCallTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Sniffs;

Expand Down
2 changes: 1 addition & 1 deletion tests/Sniffs/RequireTrailingCommaInDeclarationTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Sniffs;

Expand Down
2 changes: 1 addition & 1 deletion tests/Sniffs/ReturnTypeHintSpacingTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Sniffs;

Expand Down
2 changes: 1 addition & 1 deletion tests/Sniffs/ReturnTypeHintTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Sniffs;

Expand Down
2 changes: 1 addition & 1 deletion tests/Sniffs/StrictTypesTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Sniffs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Sniffs;

Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

error_reporting(E_ALL);

Expand Down

0 comments on commit df51aaa

Please sign in to comment.