Passed
Push — master ( 1a9f55...7c7f0d )
by Roeland
12:55 queued 10s
created
lib/public/Share/IProviderFactory.php 1 patch
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -34,25 +34,25 @@
 block discarded – undo
34 34
  */
35 35
 interface IProviderFactory {
36 36
 
37
-	/**
38
-	 * @param string $id
39
-	 * @return IShareProvider
40
-	 * @throws ProviderException
41
-	 * @since 9.0.0
42
-	 */
43
-	public function getProvider($id);
37
+    /**
38
+     * @param string $id
39
+     * @return IShareProvider
40
+     * @throws ProviderException
41
+     * @since 9.0.0
42
+     */
43
+    public function getProvider($id);
44 44
 
45
-	/**
46
-	 * @param int $shareType
47
-	 * @return IShareProvider
48
-	 * @throws ProviderException
49
-	 * @since 9.0.0
50
-	 */
51
-	public function getProviderForType($shareType);
45
+    /**
46
+     * @param int $shareType
47
+     * @return IShareProvider
48
+     * @throws ProviderException
49
+     * @since 9.0.0
50
+     */
51
+    public function getProviderForType($shareType);
52 52
 
53
-	/**
54
-	 * @return IShareProvider[]
55
-	 * @since 11.0.0
56
-	 */
57
-	public function getAllProviders();
53
+    /**
54
+     * @return IShareProvider[]
55
+     * @since 11.0.0
56
+     */
57
+    public function getAllProviders();
58 58
 }
Please login to merge, or discard this patch.