Passed
Push — master ( 1d8b95...b9de13 )
by Morris
42:45 queued 30:10
created
lib/public/Files/Storage/INotifyStorage.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -32,18 +32,18 @@
 block discarded – undo
32 32
  * @since 9.1.0
33 33
  */
34 34
 interface INotifyStorage {
35
-	public const NOTIFY_ADDED = 1;
36
-	public const NOTIFY_REMOVED = 2;
37
-	public const NOTIFY_MODIFIED = 3;
38
-	public const NOTIFY_RENAMED = 4;
35
+    public const NOTIFY_ADDED = 1;
36
+    public const NOTIFY_REMOVED = 2;
37
+    public const NOTIFY_MODIFIED = 3;
38
+    public const NOTIFY_RENAMED = 4;
39 39
 
40
-	/**
41
-	 * Start the notification handler for this storage
42
-	 *
43
-	 * @param $path
44
-	 * @return INotifyHandler
45
-	 *
46
-	 * @since 12.0.0
47
-	 */
48
-	public function notify($path);
40
+    /**
41
+     * Start the notification handler for this storage
42
+     *
43
+     * @param $path
44
+     * @return INotifyHandler
45
+     *
46
+     * @since 12.0.0
47
+     */
48
+    public function notify($path);
49 49
 }
Please login to merge, or discard this patch.