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 c0f0879 commit 16e189cCopy full SHA for 16e189c
README.md
@@ -92,7 +92,7 @@ This behavior includes [errors.php](https://github.com/andrey-helldar/lang-trans
92
93
return [
94
'unknownError' => 'Unknown Error',
95
- '0' => 'Unknown Error',
+ '0' => 'Unknown Error',
96
97
'100' => 'Continue',
98
'101' => 'Switching Protocols',
@@ -118,7 +118,7 @@ The peculiarity of the package is that it takes the values of the source file an
118
119
120
121
- 0 => 'Unknown Error',
+ 0 => 'Unknown Error',
122
123
100 => 'Continue',
124
'Switching Protocols',
0 commit comments