@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace ExtendedStrings\Strings; |
6 | 6 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace ExtendedStrings\Strings; |
6 | 6 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace ExtendedStrings\Strings; |
6 | 6 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace ExtendedStrings\Strings; |
6 | 6 |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace ExtendedStrings\Strings; |
6 | 6 | |
@@ -148,7 +148,7 @@ discard block |
||
148 | 148 | $accidental = trim($accidental); |
149 | 149 | |
150 | 150 | foreach (self::$accidentalPatterns as $pattern => $replacement) { |
151 | - if (preg_match('/^' . $pattern . '$/i', $accidental)) { |
|
151 | + if (preg_match('/^'.$pattern.'$/i', $accidental)) { |
|
152 | 152 | return $replacement; |
153 | 153 | } |
154 | 154 | } |