@@ -1,9 +1,9 @@ |
||
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 |
@@ -1,9 +1,9 @@ |
||
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 |
@@ -1,17 +1,17 @@ |
||
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 |
@@ -138,7 +138,7 @@ |
||
138 | 138 | /** |
139 | 139 | * Directives supported |
140 | 140 | * |
141 | - * @return array |
|
141 | + * @return string[] |
|
142 | 142 | */ |
143 | 143 | protected function directiveArray() |
144 | 144 | { |