@@ -19,9 +19,9 @@ |
||
19 | 19 | |
20 | 20 | namespace NelsonMartell\Test\TestCase; |
21 | 21 | |
22 | -use NelsonMartell\Type; |
|
23 | 22 | use NelsonMartell\Extensions\Text; |
24 | 23 | use NelsonMartell\Test\DataProviders\TypeTestProvider; |
24 | +use NelsonMartell\Type; |
|
25 | 25 | use \PHPUnit_Framework_TestCase as TestCase; |
26 | 26 | use SebastianBergmann\Exporter\Exporter; |
27 | 27 | use \InvalidArgumentException; |
@@ -19,10 +19,9 @@ |
||
19 | 19 | |
20 | 20 | namespace NelsonMartell\Test\TestCase; |
21 | 21 | |
22 | -use NelsonMartell as NML; |
|
23 | -use NelsonMartell\VersionComponent; |
|
24 | 22 | use NelsonMartell\Extensions\Text; |
25 | 23 | use NelsonMartell\Test\DataProviders\VersionComponentTestProvider; |
24 | +use NelsonMartell\VersionComponent; |
|
26 | 25 | use \PHPUnit_Framework_TestCase as TestCase; |
27 | 26 | use \InvalidArgumentException; |
28 | 27 |
@@ -19,12 +19,9 @@ |
||
19 | 19 | |
20 | 20 | namespace NelsonMartell\Test\TestCase; |
21 | 21 | |
22 | -use NelsonMartell as NML; |
|
23 | -use NelsonMartell\Version; |
|
24 | -use NelsonMartell\VersionComponent; |
|
25 | -use NelsonMartell\Object; |
|
26 | 22 | use NelsonMartell\Extensions\Text; |
27 | 23 | use NelsonMartell\Test\DataProviders\VersionTestProvider; |
24 | +use NelsonMartell\Version; |
|
28 | 25 | use \PHPUnit_Framework_TestCase as TestCase; |
29 | 26 | use \InvalidArgumentException; |
30 | 27 |
@@ -32,7 +32,7 @@ |
||
32 | 32 | class IntString extends Object implements IEquatable, IComparable |
33 | 33 | { |
34 | 34 | /** |
35 | - * @param int|null $intValue Integer part. Default: ``0`` (zero). |
|
35 | + * @param integer $intValue Integer part. Default: ``0`` (zero). |
|
36 | 36 | * @param string|null $stringValue String part. Default: ``''`` (empty). |
37 | 37 | */ |
38 | 38 | public function __construct($intValue = 0, $stringValue = '') |