Completed
Pull Request — master (#29)
by
unknown
02:16
created
src/Loader.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -140,8 +140,7 @@  discard block
 block discarded – undo
140 140
       // found the file or not.
141 141
       $finder->requireFile($this->seed);
142 142
       return TRUE;
143
-    }
144
-    catch (ClassLoaderException $e) {
143
+    } catch (ClassLoaderException $e) {
145 144
       // If there was an error, inform PHP that the class could not be found.
146 145
       return FALSE;
147 146
     }
@@ -182,8 +181,7 @@  discard block
 block discarded – undo
182 181
             // Get the real path of the prefix.
183 182
             $real_path = $finder->find($this->seed);
184 183
             $loader->{$loader_method}($partial_namespace, $real_path);
185
-          }
186
-          catch (ClassLoaderException $e) {}
184
+          } catch (ClassLoaderException $e) {}
187 185
         }
188 186
       }
189 187
     }
Please login to merge, or discard this patch.