Skip to content

Commit 68303cc

Browse files
committed
Removed empty lines before license header
1 parent 03278d8 commit 68303cc

20 files changed

+1
-29
lines changed

src/ApiProblem.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
54
* @copyright Copyright (c) 2014-2016 Zend Technologies USA Inc. (http://www.zend.com)

src/ApiProblemResponse.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
54
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)

src/Exception/ExceptionInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
54
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)

src/Exception/InvalidArgumentException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
54
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)

src/Exception/ProblemExceptionInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
54
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)

src/Listener/ApiProblemListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
54
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)

src/Listener/RenderErrorListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
54
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)

src/Listener/SendApiProblemResponseListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
54
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)

src/Module.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
54
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)
@@ -11,9 +10,6 @@
1110
use Zend\Mvc\MvcEvent;
1211
use ZF\ApiProblem\Listener\SendApiProblemResponseListener;
1312

14-
/**
15-
* ZF2 module.
16-
*/
1713
class Module
1814
{
1915
/**

src/View/ApiProblemModel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
54
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)

0 commit comments

Comments
 (0)