Completed
Push — master ( 64491b...1f7f5f )
by Jan-Petter
30:57
created
src/XRobotsTagParser/URLParser.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * URL parser
4
- *
5
- * @author Jan-Petter Gundersen ([email protected])
6
- */
3
+     * URL parser
4
+     *
5
+     * @author Jan-Petter Gundersen ([email protected])
6
+     */
7 7
 
8 8
 namespace vipnytt\XRobotsTagParser;
9 9
 
Please login to merge, or discard this patch.
src/XRobotsTagParser/UserAgentParser.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * User-Agent parser
4
- *
5
- * @author Jan-Petter Gundersen ([email protected])
6
- */
3
+     * User-Agent parser
4
+     *
5
+     * @author Jan-Petter Gundersen ([email protected])
6
+     */
7 7
 
8 8
 namespace vipnytt\XRobotsTagParser;
9 9
 
Please login to merge, or discard this patch.
src/XRobotsTagParser.php 2 patches
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * X-Robots-Tag HTTP header parser class
4
- *
5
- * @author VIP nytt ([email protected])
6
- * @author Jan-Petter Gundersen ([email protected])
7
- *
8
- * Project:
9
- * @link https://github.com/VIPnytt/X-Robots-Tag-parser
10
- * @license https://opensource.org/licenses/MIT MIT license
11
- *
12
- * Specification:
13
- * @link https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag#using-the-x-robots-tag-http-header
14
- */
3
+     * X-Robots-Tag HTTP header parser class
4
+     *
5
+     * @author VIP nytt ([email protected])
6
+     * @author Jan-Petter Gundersen ([email protected])
7
+     *
8
+     * Project:
9
+     * @link https://github.com/VIPnytt/X-Robots-Tag-parser
10
+     * @license https://opensource.org/licenses/MIT MIT license
11
+     *
12
+     * Specification:
13
+     * @link https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag#using-the-x-robots-tag-http-header
14
+     */
15 15
 
16 16
 namespace vipnytt;
17 17
 
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
     /**
139 139
      * Directives supported
140 140
      *
141
-     * @return array
141
+     * @return string[]
142 142
      */
143 143
     protected function directiveArray()
144 144
     {
Please login to merge, or discard this patch.