Skip to content

Commit 29c8dfd

Browse files
committed
Merge branch 'develop'
2 parents 4305df9 + f1755ea commit 29c8dfd

File tree

7 files changed

+1
-7
lines changed

7 files changed

+1
-7
lines changed

src/Pdp/HttpAdapter/CurlHttpAdapter.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* @copyright Copyright (c) 2014 Jeremy Kendall (http://about.me/jeremykendall)
88
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
99
*/
10-
1110
namespace Pdp\HttpAdapter;
1211

1312
/**

src/Pdp/HttpAdapter/HttpAdapterInterface.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* @copyright Copyright (c) 2014 Jeremy Kendall (http://about.me/jeremykendall)
88
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
99
*/
10-
1110
namespace Pdp\HttpAdapter;
1211

1312
/**

src/Pdp/PublicSuffixList.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* @copyright Copyright (c) 2014 Jeremy Kendall (http://about.me/jeremykendall)
88
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
99
*/
10-
1110
namespace Pdp;
1211

1312
/**

src/Pdp/PublicSuffixListManager.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* @copyright Copyright (c) 2014 Jeremy Kendall (http://about.me/jeremykendall)
88
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
99
*/
10-
1110
namespace Pdp;
1211

1312
use Pdp\HttpAdapter\HttpAdapterInterface;

src/Pdp/Uri/Url.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* @copyright Copyright (c) 2014 Jeremy Kendall (http://about.me/jeremykendall)
88
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
99
*/
10-
1110
namespace Pdp\Uri;
1211

1312
use Pdp\Parser;

src/Pdp/Uri/Url/Host.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* @copyright Copyright (c) 2014 Jeremy Kendall (http://about.me/jeremykendall)
88
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
99
*/
10-
1110
namespace Pdp\Uri\Url;
1211

1312
/**

tests/src/Pdp/PublicSuffixListManagerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class PublicSuffixListManagerTest extends \PHPUnit_Framework_TestCase
1212
protected $listManager;
1313

1414
/**
15-
* @var vfsStreamDirectory
15+
* @var vfsStreamDirectory
1616
*/
1717
protected $root;
1818

0 commit comments

Comments
 (0)