Passed
Pull Request — 4.0 (#55)
by
unknown
02:45
created
src/Database/Languages.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     public function getByAlpha2(string $alpha2): ?LanguageAlpha2
54 54
     {
55 55
         $language = $this->find('alpha_2', $alpha2);
56
-        if (! $language) {
56
+        if (!$language) {
57 57
             return null;
58 58
         }
59 59
 
Please login to merge, or discard this patch.