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

Commit

Permalink
[zen-49] Sort import statements
Browse files Browse the repository at this point in the history
- Imports should be sorted alphabetically
  • Loading branch information
weierophinney committed Jul 9, 2012
1 parent 2af0d37 commit f518ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Object/AbstractObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

use Traversable;
use Zend\Barcode;
use Zend\Validator\Barcode as BarcodeValidator;
use Zend\Stdlib\ArrayUtils;
use Zend\Validator\Barcode as BarcodeValidator;

/**
* Class for generate Barcode
Expand Down

0 comments on commit f518ed9

Please sign in to comment.