File tree Expand file tree Collapse file tree 6 files changed +4
-6
lines changed Expand file tree Collapse file tree 6 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- use Nejcc \PhpDatatypes \Integers \Signed \Int128 ;
4
3
use Nejcc \PhpDatatypes \Integers \Signed \Int16 ;
5
4
use Nejcc \PhpDatatypes \Integers \Signed \Int32 ;
6
- use Nejcc \PhpDatatypes \Integers \Signed \Int64 ;
7
5
use Nejcc \PhpDatatypes \Integers \Signed \Int8 ;
8
6
use Nejcc \PhpDatatypes \Integers \Unsigned \UInt8 ;
9
7
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace Nejcc \PhpDatatypes \Integers \Signed ;
5
+ namespace Nejcc \PhpDatatypes \Integers \special ;
6
6
7
7
use Nejcc \PhpDatatypes \Abstract \AbstractBigInteger ;
8
8
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace Nejcc \PhpDatatypes \Integers \Signed ;
5
+ namespace Nejcc \PhpDatatypes \Integers \special ;
6
6
7
7
use Nejcc \PhpDatatypes \Abstract \AbstractBigInteger ;
8
8
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- use Nejcc \PhpDatatypes \Integers \Signed \Int128 ;
4
3
use Nejcc \PhpDatatypes \Integers \Signed \Int16 ;
5
4
use Nejcc \PhpDatatypes \Integers \Signed \Int32 ;
6
- use Nejcc \PhpDatatypes \Integers \Signed \Int64 ;
7
5
use Nejcc \PhpDatatypes \Integers \Signed \Int8 ;
6
+ use Nejcc \PhpDatatypes \Integers \special \Int128 ;
7
+ use Nejcc \PhpDatatypes \Integers \special \Int64 ;
8
8
use Nejcc \PhpDatatypes \Integers \Unsigned \UInt8 ;
9
9
10
10
function int8 (int $ value ): Int8
You can’t perform that action at this time.
0 commit comments