mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 13:56:13 +02:00
tea/Tests/Unit/Domain
mostwanted dec404a5f0 Add @return void annotation to test methods (PoC)
Missing @return void annotation in phpdoc block of test methods lead to php codesniffer (phpcs) errors when using the TYPO3 CMS coding guidelines:

This function must always have a return value.
(TYPO3SniffPool.Scope.AlwaysReturn.AlwaysReturnStatement)

I suggest to add @return void annotations. Do you agree?
2014-01-01 21:18:39 +01:00
..
Model Add @return void annotation to test methods (PoC) 2014-01-01 21:18:39 +01:00
Repository [CLEANUP] Drop closing PHP tags and do some more minor cleanup. 2013-12-23 13:24:40 +01:00