Passed
Pull Request — master (#115)
by
unknown
03:09
created
src/lang/fa/builder.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -10,19 +10,19 @@
 block discarded – undo
10 10
  */
11 11
 return [
12 12
 
13
-    'ok'                       => 'موفق',
14
-    'no_error_message'         => 'خطای شماره :api_code',
13
+	'ok'                       => 'موفق',
14
+	'no_error_message'         => 'خطای شماره :api_code',
15 15
 
16
-    // can be used by Exception Handler (if enabled)
17
-    'uncaught_exception'       => 'استثناء مدیریت نشده :message',
18
-    // we talking API call here, hence we have http_not_found
19
-    'http_not_found'           => 'مورد یافت نشد',
20
-    'http_exception'           => 'استثناء HTTP :message',
21
-    'http_service_unavailable' => 'عملیات نگهداری در حال انجام است',
16
+	// can be used by Exception Handler (if enabled)
17
+	'uncaught_exception'       => 'استثناء مدیریت نشده :message',
18
+	// we talking API call here, hence we have http_not_found
19
+	'http_not_found'           => 'مورد یافت نشد',
20
+	'http_exception'           => 'استثناء HTTP :message',
21
+	'http_service_unavailable' => 'عملیات نگهداری در حال انجام است',
22 22
 
23
-    // Exception Handler (added in 3.3.0)
24
-    'authentication_exception' => 'اجازه دسترسی ندارید',
25
-    'validation_exception'     => 'داده معتبر نیست',
23
+	// Exception Handler (added in 3.3.0)
24
+	'authentication_exception' => 'اجازه دسترسی ندارید',
25
+	'validation_exception'     => 'داده معتبر نیست',
26 26
 
27 27
 ];
28 28
 
Please login to merge, or discard this patch.