Passed
Branch master (8172a3)
by Marc
05:28 queued 03:25
created
src/Contracts/Robots.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -4,13 +4,13 @@
 block discarded – undo
4 4
 
5 5
 interface Robots
6 6
 {
7
-	/**
8
-	 * Add a allow rule to the robots.
9
-	 *
10
-	 * @param string|array $directories
11
-	 * @return \Robots\Contracts\Robot;
12
-	 */
13
-	public function addAllow(string $directories): self;
7
+ /**
8
+  * Add a allow rule to the robots.
9
+  *
10
+  * @param string|array $directories
11
+  * @return \Robots\Contracts\Robot;
12
+  */
13
+ public function addAllow(string $directories): self;
14 14
 
15 15
     /**
16 16
      * Add a comment to the robots.
Please login to merge, or discard this patch.