Commit Graph

519 Commits (master)

Author SHA1 Message Date
n0nag0n 24640dcbcb
Merge pull request #727 from flightphp/fix-726-fetchfield-null
3 weeks ago
Ambrose Casanova e42c7848c4 fix: return false from fetchField on empty result
3 weeks ago
Ambrose Casanova 6b8d2f9880 fix: escape single quotes in View::e()
3 weeks ago
Ambrose Casanova 13af0cb63c Do not add the package root to Loader::$dirs under Composer.
3 weeks ago
Ambrose Casanova 2880142083 Restore Flight::path() autoloading after the 3.19 autoload rework.
3 weeks ago
n0nag0n d332b453c0
Merge pull request #721 from flightphp/dispatcher-rework
4 weeks ago
n0nag0n b26dc67adc
Merge pull request #723 from flightphp/loader-rework
4 weeks ago
copilot-swe-agent[bot] 6a127b1f0f
Clarify setV2ClassLoading() docblock to explain true/false behaviour
1 month ago
fadrian06 89c378cc94
fix constructor arguments typehint
1 month ago
fadrian06 2fac34fbb7 refactor Loader@autoload, Loader@addDirectory and Loader@setV2ClassLoading
1 month ago
fadrian06 77e68ea77b improve Loader@reset docblock
1 month ago
fadrian06 89a9decc0b improve Loader@get docblock
1 month ago
fadrian06 09e222c0fa simplify Loader@newInstance
1 month ago
fadrian06 5a83743cc7 simplify Loader@getInstance docblock
1 month ago
fadrian06 712792006f refactor Loader@load with better names and docblock
1 month ago
fadrian06 1519e0cf30 improve Loader@unregister $name param docblock
1 month ago
fadrian06 d9406bbf24 improve Loader@register docblocks
1 month ago
fadrian06 ff5e90c592 define class factory callable arguments typehint
1 month ago
fadrian06 d9b01781e6 rewrite Loader docblock
1 month ago
fadrian06 6acbdb2082 refactor Loader@load
1 month ago
fadrian06 d196cc09e1 format Loader@register and Loader@unregister docblocks
1 month ago
fadrian06 85f5431a40 reduce loader classes property docblock line length
1 month ago
fadrian06 7f1b976ca1 simplify loader properties typehints
1 month ago
fadrian06 30193dedac compact loader properties docblocks
1 month ago
fadrian06 8523025cb5 rewrap loader description
1 month ago
fadrian06 1a8af5c96b Merge branch 'master' into dispatcher-rework
1 month ago
n0nag0n 5372672332
Merge pull request #722 from flightphp/eventdispatcher-rework
1 month ago
fadrian06 cd3d8bb44e simplify EventDispatcher@removeAllListeners and resetInstance
1 month ago
fadrian06 4cb50f66ab simplify EventDispatcher@removeListener
1 month ago
fadrian06 6c22bad3f0 remove redundant explanation of EventDispatcher@getAllRegisteredEvents
1 month ago
fadrian06 361e45e974 simplify EventDispatcher@getListeners
1 month ago
fadrian06 4abcd23e11 use EventDispatcher@hasListeners in trigger
1 month ago
fadrian06 6bc62d9b0c simplify EventDispatcher@hasListeners
1 month ago
fadrian06 0d50ed97d6 use early returns in EventDispatcher@trigger
1 month ago
fadrian06 f7b2736736 simplify EventDispatcher@trigger
1 month ago
fadrian06 3723228c3d simplify EventDispatcher@on
1 month ago
fadrian06 8d29ad4fd0 remove reduntant EventDispatcher@getInstance description
1 month ago
fadrian06 3066c5dcc4 simplify EventDispatcher listeners typehint
1 month ago
fadrian06 4c2a08c3e6 remove reduntant EventDispatcher::$instance description
1 month ago
fadrian06 7482506270 remove EngineTemplate
1 month ago
fadrian06 17ed78763f add more @template
1 month ago
fadrian06 8e168e648b remove unused $container
1 month ago
fadrian06 cfa87bee4e remove unneccesary references
1 month ago
fadrian06 e48b976aac fix phpstan message about Dispatcher@get return type
1 month ago
fadrian06 bdd5bdcc24 fix Dispatcher@get return type
1 month ago
fadrian06 05831b39cb use always global namespace prefix
1 month ago
fadrian06 6afe25ddb5 simplify object creation without container
1 month ago
fadrian06 9e08573896 rename Dispatcher namedFilteredCallables -> namedCallables
1 month ago
fadrian06 cbc1cb30be refactor Dispatcher@execute
1 month ago
fadrian06 4afb553a96 simplify Dispatcher@mustUseContainer
1 month ago