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 11<?php
22
3- use Nejcc \PhpDatatypes \Integers \Signed \Int128 ;
43use Nejcc \PhpDatatypes \Integers \Signed \Int16 ;
54use Nejcc \PhpDatatypes \Integers \Signed \Int32 ;
6- use Nejcc \PhpDatatypes \Integers \Signed \Int64 ;
75use Nejcc \PhpDatatypes \Integers \Signed \Int8 ;
86use Nejcc \PhpDatatypes \Integers \Unsigned \UInt8 ;
97
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace Nejcc \PhpDatatypes \Integers \Signed ;
5+ namespace Nejcc \PhpDatatypes \Integers \special ;
66
77use Nejcc \PhpDatatypes \Abstract \AbstractBigInteger ;
88
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace Nejcc \PhpDatatypes \Integers \Signed ;
5+ namespace Nejcc \PhpDatatypes \Integers \special ;
66
77use Nejcc \PhpDatatypes \Abstract \AbstractBigInteger ;
88
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11<?php
22
3- use Nejcc \PhpDatatypes \Integers \Signed \Int128 ;
43use Nejcc \PhpDatatypes \Integers \Signed \Int16 ;
54use Nejcc \PhpDatatypes \Integers \Signed \Int32 ;
6- use Nejcc \PhpDatatypes \Integers \Signed \Int64 ;
75use Nejcc \PhpDatatypes \Integers \Signed \Int8 ;
6+ use Nejcc \PhpDatatypes \Integers \special \Int128 ;
7+ use Nejcc \PhpDatatypes \Integers \special \Int64 ;
88use Nejcc \PhpDatatypes \Integers \Unsigned \UInt8 ;
99
1010function int8 (int $ value ): Int8
You can’t perform that action at this time.
0 commit comments