Completed
Pull Request — master (#29)
by Ozan
05:26
created
src/Contracts/Intl.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
         foreach ($keywords as $keyword) {
121 121
             if (Str::startsWith($keyword, ['-', '\\-'])) {
122 122
                 $excludeKeywords[] = str_replace(['-', '\\'], '', $keyword);
123
-            }  else {
123
+            } else {
124 124
                 $includeKeywords[] = $keyword;
125 125
             }
126 126
         }
Please login to merge, or discard this patch.