Passed
Pull Request — master (#13)
by Prasit
13:26
created
src/Facades/Invoice.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,10 +11,10 @@
 block discarded – undo
11 11
 class Invoice extends Facade
12 12
 {
13 13
     /**
14
-    * Get the registered name of the component.
15
-    *
16
-    * @return string
17
-    */
14
+     * Get the registered name of the component.
15
+     *
16
+     * @return string
17
+     */
18 18
     protected static function getFacadeAccessor()
19 19
     {
20 20
         return 'invoice';
Please login to merge, or discard this patch.