MyShaarli/application/bookmark
ArthurHoaro efb7d21b52 Add strict types for bookmarks management
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.
2020-10-13 13:50:11 +02:00
..
exception Remove anonymous permission and initialize bookmarks on login 2020-08-01 11:10:57 +02:00
Bookmark.php Add strict types for bookmarks management 2020-10-13 13:50:11 +02:00
BookmarkArray.php Add strict types for bookmarks management 2020-10-13 13:50:11 +02:00
BookmarkFileService.php Add strict types for bookmarks management 2020-10-13 13:50:11 +02:00
BookmarkFilter.php Add strict types for bookmarks management 2020-10-13 13:50:11 +02:00
BookmarkInitializer.php Add strict types for bookmarks management 2020-10-13 13:50:11 +02:00
BookmarkIO.php Add strict types for bookmarks management 2020-10-13 13:50:11 +02:00
BookmarkServiceInterface.php Add strict types for bookmarks management 2020-10-13 13:50:11 +02:00
LinkUtils.php Merge pull request #1540 from ArthurHoaro/fix/metadata-regexes 2020-10-13 12:26:55 +02:00