Test Failed
Branch 1.0 (9ce4eb)
by Phil™
03:41 queued 47s
created
src/Ijeffro/Laralocker/Facades/LearningLocker.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
 
7 7
 class LearningLocker extends Facade {
8 8
 
9
-  /**
10
-   * Get the registered name of the component.
11
-   *
12
-   * @return string
13
-   */
14
-  protected static function getFacadeAccessor() {
9
+    /**
10
+     * Get the registered name of the component.
11
+     *
12
+     * @return string
13
+     */
14
+    protected static function getFacadeAccessor() {
15 15
     return 'learninglocker';
16
-  }
16
+    }
17 17
 }
Please login to merge, or discard this patch.