Skip to content

Commit

Permalink
Type annotations for the Addressbook class
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Jan 8, 2021
1 parent 7aba0c6 commit 8d22431
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ DBTYPES=postgres sqlite3 mysql
SQLITE_TESTDB=testreports/test.db
CD_TABLES=$(foreach tbl,addressbooks contacts groups group_user xsubtypes migrations,carddav_$(tbl))
DOCDIR := doc/api/
PSALM_GOODFILES := src/DataConversion.php src/DelayedPhotoLoader.php \
PSALM_GOODFILES := src/Addressbook.php src/DataConversion.php src/DelayedPhotoLoader.php \
$(wildcard src/Db/*.php) \
tests/TestInfrastructure.php tests/TestLogger.php tests/autoload.php tests/autoload_defs.php \
tests/dbinterop/DatabaseSyncTest.php \
Expand Down

0 comments on commit 8d22431

Please sign in to comment.