@@ -71,7 +71,7 @@ |
||
| 71 | 71 | } |
| 72 | 72 | |
| 73 | 73 | /** |
| 74 | - * @param object $table |
|
| 74 | + * @param Table $table |
|
| 75 | 75 | */ |
| 76 | 76 | protected function setTableLayout($table) |
| 77 | 77 | { |
@@ -1,15 +1,15 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ramsey/uuid-console application |
|
| 4 | - * |
|
| 5 | - * For the full copyright and license information, please view the LICENSE |
|
| 6 | - * file that was distributed with this source code. |
|
| 7 | - * |
|
| 8 | - * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | - * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | - * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | - * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | - */ |
|
| 3 | + * This file is part of the ramsey/uuid-console application |
|
| 4 | + * |
|
| 5 | + * For the full copyright and license information, please view the LICENSE |
|
| 6 | + * file that was distributed with this source code. |
|
| 7 | + * |
|
| 8 | + * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | + * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | + * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | + * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | + */ |
|
| 13 | 13 | |
| 14 | 14 | namespace Ramsey\Uuid\Console\Command; |
| 15 | 15 | |
@@ -21,7 +21,6 @@ |
||
| 21 | 21 | use Ramsey\Uuid\Console\Exception; |
| 22 | 22 | use Ramsey\Uuid\Uuid; |
| 23 | 23 | use Ramsey\Uuid\Generator\CombGenerator; |
| 24 | -use Ramsey\Uuid\Codec\GuidStringCodec; |
|
| 25 | 24 | use Ramsey\Uuid\FeatureSet; |
| 26 | 25 | use Ramsey\Uuid\UuidFactory; |
| 27 | 26 | |
@@ -1,15 +1,15 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ramsey/uuid-console application |
|
| 4 | - * |
|
| 5 | - * For the full copyright and license information, please view the LICENSE |
|
| 6 | - * file that was distributed with this source code. |
|
| 7 | - * |
|
| 8 | - * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | - * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | - * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | - * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | - */ |
|
| 3 | + * This file is part of the ramsey/uuid-console application |
|
| 4 | + * |
|
| 5 | + * For the full copyright and license information, please view the LICENSE |
|
| 6 | + * file that was distributed with this source code. |
|
| 7 | + * |
|
| 8 | + * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | + * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | + * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | + * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | + */ |
|
| 13 | 13 | |
| 14 | 14 | namespace Ramsey\Uuid\Console\Command; |
| 15 | 15 | |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | namespace Ramsey\Uuid\Console\Util\Formatter; |
| 15 | 15 | |
| 16 | -use Ramsey\Uuid\Console\Util\UuidFormatter; |
|
| 17 | 16 | use Ramsey\Uuid\UuidInterface; |
| 18 | 17 | use Ramsey\Uuid\Console\Util\UuidContentFormatterInterface; |
| 19 | 18 | |
@@ -1,15 +1,15 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ramsey/uuid-console application |
|
| 4 | - * |
|
| 5 | - * For the full copyright and license information, please view the LICENSE |
|
| 6 | - * file that was distributed with this source code. |
|
| 7 | - * |
|
| 8 | - * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | - * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | - * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | - * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | - */ |
|
| 3 | + * This file is part of the ramsey/uuid-console application |
|
| 4 | + * |
|
| 5 | + * For the full copyright and license information, please view the LICENSE |
|
| 6 | + * file that was distributed with this source code. |
|
| 7 | + * |
|
| 8 | + * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | + * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | + * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | + * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | + */ |
|
| 13 | 13 | |
| 14 | 14 | namespace Ramsey\Uuid\Console\Util\Formatter; |
| 15 | 15 | |
@@ -1,15 +1,15 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ramsey/uuid-console application |
|
| 4 | - * |
|
| 5 | - * For the full copyright and license information, please view the LICENSE |
|
| 6 | - * file that was distributed with this source code. |
|
| 7 | - * |
|
| 8 | - * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | - * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | - * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | - * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | - */ |
|
| 3 | + * This file is part of the ramsey/uuid-console application |
|
| 4 | + * |
|
| 5 | + * For the full copyright and license information, please view the LICENSE |
|
| 6 | + * file that was distributed with this source code. |
|
| 7 | + * |
|
| 8 | + * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | + * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | + * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | + * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | + */ |
|
| 13 | 13 | |
| 14 | 14 | namespace Ramsey\Uuid\Console; |
| 15 | 15 | |
@@ -1,15 +1,15 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ramsey/uuid-console application |
|
| 4 | - * |
|
| 5 | - * For the full copyright and license information, please view the LICENSE |
|
| 6 | - * file that was distributed with this source code. |
|
| 7 | - * |
|
| 8 | - * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | - * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | - * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | - * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | - */ |
|
| 3 | + * This file is part of the ramsey/uuid-console application |
|
| 4 | + * |
|
| 5 | + * For the full copyright and license information, please view the LICENSE |
|
| 6 | + * file that was distributed with this source code. |
|
| 7 | + * |
|
| 8 | + * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | + * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | + * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | + * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | + */ |
|
| 13 | 13 | |
| 14 | 14 | namespace Ramsey\Uuid\Console\Util; |
| 15 | 15 | |
@@ -59,13 +59,13 @@ |
||
| 59 | 59 | { |
| 60 | 60 | $table->addRows(array( |
| 61 | 61 | array('encode:', 'STR:', (string) $uuid), |
| 62 | - array('', 'INT:', (string) $uuid->getInteger()), |
|
| 62 | + array('', 'INT:', (string) $uuid->getInteger()), |
|
| 63 | 63 | )); |
| 64 | 64 | |
| 65 | 65 | if ($uuid->getVariant() == Uuid::RFC_4122) { |
| 66 | 66 | $table->addRows(array( |
| 67 | - array('decode:', 'variant:',$this->getFormattedVariant($uuid)), |
|
| 68 | - array('', 'version:', $this->getFormattedVersion($uuid)), |
|
| 67 | + array('decode:', 'variant:', $this->getFormattedVariant($uuid)), |
|
| 68 | + array('', 'version:', $this->getFormattedVersion($uuid)), |
|
| 69 | 69 | )); |
| 70 | 70 | |
| 71 | 71 | $table->addRows($this->getContent($uuid)); |
@@ -1,15 +1,15 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ramsey/uuid-console application |
|
| 4 | - * |
|
| 5 | - * For the full copyright and license information, please view the LICENSE |
|
| 6 | - * file that was distributed with this source code. |
|
| 7 | - * |
|
| 8 | - * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | - * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | - * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | - * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | - */ |
|
| 3 | + * This file is part of the ramsey/uuid-console application |
|
| 4 | + * |
|
| 5 | + * For the full copyright and license information, please view the LICENSE |
|
| 6 | + * file that was distributed with this source code. |
|
| 7 | + * |
|
| 8 | + * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | + * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | + * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | + * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | + */ |
|
| 13 | 13 | |
| 14 | 14 | namespace Ramsey\Uuid\Console\Util; |
| 15 | 15 | |
@@ -1,15 +1,15 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ramsey/uuid-console application |
|
| 4 | - * |
|
| 5 | - * For the full copyright and license information, please view the LICENSE |
|
| 6 | - * file that was distributed with this source code. |
|
| 7 | - * |
|
| 8 | - * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | - * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | - * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | - * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | - */ |
|
| 3 | + * This file is part of the ramsey/uuid-console application |
|
| 4 | + * |
|
| 5 | + * For the full copyright and license information, please view the LICENSE |
|
| 6 | + * file that was distributed with this source code. |
|
| 7 | + * |
|
| 8 | + * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | + * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | + * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | + * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | + */ |
|
| 13 | 13 | |
| 14 | 14 | namespace Ramsey\Uuid\Console\Util\Formatter; |
| 15 | 15 | |
@@ -1,15 +1,15 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ramsey/uuid-console application |
|
| 4 | - * |
|
| 5 | - * For the full copyright and license information, please view the LICENSE |
|
| 6 | - * file that was distributed with this source code. |
|
| 7 | - * |
|
| 8 | - * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | - * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | - * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | - * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | - */ |
|
| 3 | + * This file is part of the ramsey/uuid-console application |
|
| 4 | + * |
|
| 5 | + * For the full copyright and license information, please view the LICENSE |
|
| 6 | + * file that was distributed with this source code. |
|
| 7 | + * |
|
| 8 | + * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | + * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | + * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | + * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | + */ |
|
| 13 | 13 | |
| 14 | 14 | namespace Ramsey\Uuid\Console\Util\Formatter; |
| 15 | 15 | |
@@ -1,15 +1,15 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ramsey/uuid-console application |
|
| 4 | - * |
|
| 5 | - * For the full copyright and license information, please view the LICENSE |
|
| 6 | - * file that was distributed with this source code. |
|
| 7 | - * |
|
| 8 | - * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | - * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | - * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | - * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | - */ |
|
| 3 | + * This file is part of the ramsey/uuid-console application |
|
| 4 | + * |
|
| 5 | + * For the full copyright and license information, please view the LICENSE |
|
| 6 | + * file that was distributed with this source code. |
|
| 7 | + * |
|
| 8 | + * @copyright Copyright (c) Ben Ramsey <[email protected]> |
|
| 9 | + * @license http://opensource.org/licenses/MIT MIT |
|
| 10 | + * @link https://packagist.org/packages/ramsey/uuid-console Packagist |
|
| 11 | + * @link https://github.com/ramsey/uuid-console GitHub |
|
| 12 | + */ |
|
| 13 | 13 | |
| 14 | 14 | namespace Ramsey\Uuid\Console\Util\Formatter; |
| 15 | 15 | |