Skip to content

Commit df68327

Browse files
authored
Merge pull request #16 from ghostwriter/remove-file-headers
Remove file headers
2 parents 3a414d7 + 252a26f commit df68327

31 files changed

+0
-186
lines changed

src/Cache.php

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

3-
/**
4-
* @see https://github.com/laminas/laminas-json-server for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-json-server/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-json-server/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Json\Server;
104

115
use Laminas\Server\Cache as ServerCache;

src/Client.php

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

3-
/**
4-
* @see https://github.com/laminas/laminas-json-server for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-json-server/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-json-server/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Json\Server;
104

115
use Laminas\Http\Client as HttpClient;

src/Error.php

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

3-
/**
4-
* @see https://github.com/laminas/laminas-json-server for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-json-server/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-json-server/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Json\Server;
104

115
use Laminas\Json\Json;

src/Exception/BadMethodCallException.php

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

3-
/**
4-
* @see https://github.com/laminas/laminas-json-server for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-json-server/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-json-server/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Json\Server\Exception;
104

115
class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface

src/Exception/ErrorException.php

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

3-
/**
4-
* @see https://github.com/laminas/laminas-json-server for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-json-server/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-json-server/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Json\Server\Exception;
104

115
/**

src/Exception/ExceptionInterface.php

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

3-
/**
4-
* @see https://github.com/laminas/laminas-json-server for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-json-server/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-json-server/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Json\Server\Exception;
104

115
interface ExceptionInterface

src/Exception/HttpException.php

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

3-
/**
4-
* @see https://github.com/laminas/laminas-json-server for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-json-server/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-json-server/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Json\Server\Exception;
104

115
/**

src/Exception/InvalidArgumentException.php

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

3-
/**
4-
* @see https://github.com/laminas/laminas-json-server for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-json-server/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-json-server/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Json\Server\Exception;
104

115
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface

src/Exception/RuntimeException.php

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

3-
/**
4-
* @see https://github.com/laminas/laminas-json-server for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-json-server/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-json-server/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Json\Server\Exception;
104

115
class RuntimeException extends \RuntimeException implements ExceptionInterface

src/Request.php

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

3-
/**
4-
* @see https://github.com/laminas/laminas-json-server for the canonical source repository
5-
* @copyright https://github.com/laminas/laminas-json-server/blob/master/COPYRIGHT.md
6-
* @license https://github.com/laminas/laminas-json-server/blob/master/LICENSE.md New BSD License
7-
*/
8-
93
namespace Laminas\Json\Server;
104

115
use Exception;

0 commit comments

Comments
 (0)