We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a9aa3 commit 8ef37e5Copy full SHA for 8ef37e5
src/Formatter/GBFormatter.php
@@ -50,8 +50,7 @@ final class GBFormatter implements CountryPostcodeFormatter
50
/**
51
* The regular expression patterns, or null if not built yet.
52
*
53
- * @psalm-var non-empty-string[]|null
54
- * @var string[]|null
+ * @var non-empty-string[]|null
55
*/
56
private ?array $patterns = null;
57
@@ -87,9 +86,7 @@ public function format(string $postcode): ?string
87
86
* - The area code (ex: WC) for additional checks
88
* - The inward code (e.g. 9RZ) for formatting
89
90
- * @return string[]
91
- *
92
- * @psalm-return non-empty-string[]
+ * @return non-empty-string[]
93
94
private function getPatterns(): array
95
{
0 commit comments