.codeclimate.yml | |
|
|
.editorconfig | |
|
|
.gitattributes | |
|
|
.gitignore | |
|
|
.phpcs.xml.dist | |
|
|
.styleci.yml | |
|
|
CHANGELOG.md | |
|
|
LICENSE.md | |
|
|
README.md | |
|
|
SECURITY.md | |
|
|
composer.json | |
|
|
docs/_config.yml | |
|
|
docs/_sass/custom/custom.scss | |
|
|
docs/index.md | |
|
|
docs/sections/examples.md | |
|
|
docs/sections/exceptions.md | |
|
|
docs/sections/usage.md | |
|
|
extensible-objects.sublime-project | |
|
|
phpinsights.php | 50 | A 0 mins |
|
phpstan.neon.dist | |
|
|
phpunit.xml.dist | |
|
|
src/Contracts/Extensible.php | 14 | A 35 mins | F 0% |
src/Contracts/ExtensionMethod.php | 7 | A 0 mins | F 0% |
src/Exceptions/ClassNotExtensionMethodException.php | 7 | A 0 mins | F 0% |
src/Exceptions/ExtensionGuardedException.php | 7 | A 0 mins | F 0% |
src/Exceptions/ExtensionNotCallableException.php | 7 | A 0 mins | F 0% |
src/Exceptions/ExtensionNotFoundException.php | 7 | A 0 mins | F 0% |
src/Exceptions/MethodDefinedInClassException.php | 7 | A 0 mins | F 0% |
src/Exceptions/MethodNotBindableException.php | 35 | A 35 mins | D 60% |
src/ExtensibleObject.php | 9 | A 0 mins | F 0% |
src/Extension.php | 72 | A 0 mins | A 91% |
src/Extensions/ExtensionsCollection.php | 70 | A 0 mins | A 100% |
src/Extensions/ExtensionsRegistry.php | 41 | A 0 mins | A 100% |
src/Guards/InvalidExtensionGuard.php | 22 | A 0 mins | A 100% |
src/Guards/MethodDefinedInClassGuard.php | 27 | A 30 mins | A 90% |
src/Resolvers/ExtensionCallableResolver.php | 17 | A 0 mins | A 100% |
src/Resolvers/ExtensionResolver.php | 23 | A 30 mins | A 100% |
src/Traits/HandlesExtensionMethods.php | 17 | A 0 mins | A 100% |
src/Traits/ImplementsExtensible.php | 39 | A 35 mins | A 100% |
src/Traits/InteractsWithExtensionsRegistry.php | 15 | A 0 mins | A 100% |