Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Add blank lines around the use block
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w authored and weierophinney committed Jul 11, 2012
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/File/Decrypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

namespace Zend\Filter\File;

use Zend\Filter;
use Zend\Filter\Exception;

Expand Down
1 change: 1 addition & 0 deletions src/File/Encrypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

namespace Zend\Filter\File;

use Zend\Filter;
use Zend\Filter\Exception;

Expand Down
2 changes: 2 additions & 0 deletions test/_files/TestNamespace/ValidatorBroker.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
*/

namespace TestNamespace;

use Zend\Validator\ValidatorBroker as BaseValidatorBroker;

require_once __DIR__ . '/ValidatorLoader.php';

class ValidatorBroker extends BaseValidatorBroker
Expand Down
2 changes: 2 additions & 0 deletions test/_files/TestNamespace/ValidatorLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
*/

namespace TestNamespace;

use Zend\Validator\ValidatorLoader as BaseValidatorLoader;

require_once __DIR__ . '/MyDigits.php';
require_once __DIR__ . '/StringEquals.php';

Expand Down

0 comments on commit 01b3149

Please sign in to comment.