Activity
refactor and enhancement of importers.
refactor and enhancement of importers.
refactor: moved global imports above namespaced imports.
refactor: moved global imports above namespaced imports.
update: ArrayPhpFile::getAliasOf()
returns non-formatted alias.
update:
ArrayPhpFile::getAliasOf()
returns non-formatted alias.feat: ImportBuilder
now uses both global & namespace imports.
feat:
ImportBuilder
now uses both global & namespace imports.rename: file name ImportResolver.php
-> NamespaceImporter.php
.
rename: file name
ImportResolver.php
-> NamespaceImporter.php
.feat: extracted non-namespaced name imports to GlobalImporter
trait.
feat: extracted non-namespaced name imports to
GlobalImporter
trait.update: supports preceding namespace separator, other refactoring & e…
update: supports preceding namespace separator, other refactoring & e…
rename: filename UseBuilderTest
-> ImportBuilderTest
.
rename: filename
UseBuilderTest
-> ImportBuilderTest
.phpcs update: whitelist `Universal.NamingConventions.NoReservedKeywor…
phpcs update: whitelist `Universal.NamingConventions.NoReservedKeywor…
add: global classname support, support callables for builder & alias.
add: global classname support, support callables for builder & alias.
feat: UseBuilder
exhibit for ImportResolver
, and refactoring.
feat:
UseBuilder
exhibit for ImportResolver
, and refactoring.refactor: late static binding for const.
refactor: late static binding for const.
refactor: added ArrayExport
& its constants doc block.
refactor: added
ArrayExport
& its constants doc block.refactor: ArrayExport
trait. fix: array callable import. Code enhan…
refactor:
ArrayExport
trait. fix: array callable import. Code enhan…add: inject PhpNamespace
via constructor.
add: inject
PhpNamespace
via constructor.add: support for adding first-class callable.
add: support for adding first-class callable.
fix: caching resolved class type as static var instead of class prope…
fix: caching resolved class type as static var instead of class prope…
update: PHPStan config file as dist.
update: PHPStan config file as dist.
Parameter
now uses Argument
enum. Removed unused method.
Parameter
now uses Argument
enum. Removed unused method.Type now supports get_debug_type()
instead of gettype()
.
Type now supports
get_debug_type()
instead of gettype()
.Fixed PHPStan config with updated directory & namespace.
Fixed PHPStan config with updated directory & namespace.