Passed
Push — master ( 8a5dcc...9ec524 )
by Alexander
04:22
created
src/Controllers/TranslatorAdminController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
 
140 140
             $translation_identifier = $translation_identifiers->find($id);
141 141
 
142
-            $translation_identifier->description    = isset($identifier['description']) ? $identifier['description'] : null;
142
+            $translation_identifier->description = isset($identifier['description']) ? $identifier['description'] : null;
143 143
 
144 144
             $translation_identifier->save();
145 145
         }
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
      * @param $state string 'enabled|disabled'
160 160
      * @return \Illuminate\Http\RedirectResponse
161 161
      */
162
-    public function changeLiveMode ($state) {
162
+    public function changeLiveMode($state) {
163 163
         if ($state == 'enable') {
164 164
             session(['translation_live_mode' => true]);
165 165
         } else {
Please login to merge, or discard this patch.