1
0
Fork 0
Valithor's version of the Absentia reference server.
Find a file
Sky Johnson dbfd50771a Revert Part::make(), fix Part::__isset()
Part::make() was wrong — the correct pattern is repository->create() ->
factory->part() -> Part::__construct(). Reverts the factory call-sites in
AbstractRepository back to $this->factory->part().

Keeps the __isset fix: delegate through getAttribute() so get-mutators are
respected, matching __get behaviour.
2026-02-27 21:34:37 -06:00
.github/workflows Add unit tests to github workflow 2026-02-27 17:44:25 -05:00
Design Docs Fix naming schema 2026-02-27 17:55:06 -05:00
src/IA/backend Revert Part::make(), fix Part::__isset() 2026-02-27 21:34:37 -06:00
tests Update repository methods for saving 2026-02-27 20:33:36 -05:00
.gitignore Create .gitignore 2026-02-27 15:24:32 -05:00
.php-cs-fixer.dist.php Initial setup 2026-02-27 15:30:10 -05:00
.phplint.yml Initial setup 2026-02-27 15:30:10 -05:00
composer.json Use pest for unit tests 2026-02-27 17:46:14 -05:00
CONTRIBUTING.md Initial setup 2026-02-27 15:30:10 -05:00
LICENSE.md Initial setup 2026-02-27 15:30:10 -05:00
phpdoc.dist.xml Initial setup 2026-02-27 15:30:10 -05:00
phpunit.xml Initial setup 2026-02-27 15:30:10 -05:00
pint.json Initial setup 2026-02-27 15:30:10 -05:00