Completed
Push — languages ( 0a3e18 )
by Arnaud
03:21 queued 01:16
created
src/Config.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -402,7 +402,7 @@
 block discarded – undo
402 402
     {
403 403
         $properties = ['name', 'locale'];
404 404
         if (!in_array($property, $properties)) {
405
-             throw new Exception(sprintf("Language property \"%s\" is not available!", $property));
405
+                throw new Exception(sprintf("Language property \"%s\" is not available!", $property));
406 406
         }
407 407
 
408 408
         $language = $this->getLanguageProperties($key);
Please login to merge, or discard this patch.