Passed
Push — master ( e7d716...29e698 )
by IRFA
01:50
created
src/Core/Localization.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
 		if(function_exists('resource_path'))
42 42
 		{
43 43
 			$published_file = resource_path('irfa/php-hari-libur/'.$this->lang().'.json');
44
-		}else{
44
+		} else{
45 45
 			$published_file = __DIR__.'../../../../../../resources/irfa/php-hari-libur/'.$this->lang().'.json';
46 46
 		}
47 47
 		if(file_exists($published_file))
Please login to merge, or discard this patch.