Skip to content

Commit 134a96f

Browse files
committed
Adds docblock
1 parent 63c8e60 commit 134a96f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/pdp-parse-url.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/**
4+
* PHP Domain Parser: Public Suffix List based URL parsing
5+
*
6+
* @link http://github.com/jeremykendall/php-domain-parser for the canonical source repository
7+
* @copyright Copyright (c) 2014 Jeremy Kendall (http://about.me/jeremykendall)
8+
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
9+
*/
310
namespace {
411
if (!function_exists('pdp_parse_url')) {
512
/**

0 commit comments

Comments
 (0)