Completed
Push — develop ( 0c58a0...3ba63c )
by Greg
06:45
created
src/Translation.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,8 +47,8 @@
 block discarded – undo
47 47
 		case 'php':
48 48
 			$translations = include $filename;
49 49
 			if (is_array($translations)) {
50
-			    $this->translations = $translations;
51
-            }
50
+				$this->translations = $translations;
51
+			}
52 52
 			break;
53 53
 		}
54 54
 	}
Please login to merge, or discard this patch.