]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Add strict types for bookmarks management 1583/head
authorArthurHoaro <arthur@hoa.ro>
Fri, 2 Oct 2020 15:50:59 +0000 (17:50 +0200)
committerArthurHoaro <arthur@hoa.ro>
Tue, 13 Oct 2020 11:50:11 +0000 (13:50 +0200)
Parameters typing and using strict types overall increase the codebase
quality by enforcing the a given parameter will have the expected type.

It also removes the need to unnecessary unit tests checking methods
behavior with invalid input.


No differences found