]> git.agnieray.net Git - galette.git/commit
Add typehint
authorJohan Cwiklinski <johan@x-tnd.be>
Wed, 20 Dec 2023 20:56:12 +0000 (21:56 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Fri, 22 Dec 2023 07:24:35 +0000 (08:24 +0100)
commitb6fd02391b548f8c3f7946478e1ca8dc8f41df56
tree8a2822813871aaf5ed232b44607f1d8587e84bec
parent86890e2fbbf481de47dd16049fc05e44f3e7fa98
Add typehint

Count is always run, remove parameter
14 files changed:
galette/lib/Galette/Repository/Contributions.php
galette/lib/Galette/Repository/DynamicFieldsSet.php
galette/lib/Galette/Repository/Groups.php
galette/lib/Galette/Repository/Members.php
galette/lib/Galette/Repository/PaymentTypes.php
galette/lib/Galette/Repository/PdfModels.php
galette/lib/Galette/Repository/Reminders.php
galette/lib/Galette/Repository/Repository.php
galette/lib/Galette/Repository/SavedSearches.php
galette/lib/Galette/Repository/Titles.php
galette/lib/Galette/Repository/Transactions.php
tests/Galette/Repository/tests/units/Contributions.php
tests/Galette/Repository/tests/units/Members.php
tests/Galette/Repository/tests/units/Transactions.php