mediawiki-extensions-Echo/includes/api
Thiemo Kreuz 8c51f5bd45 Avoid count()ing where not necessary
If all the code needs to know is if an array is empty or not, using
count() creates more confusion than anything.

Change-Id: I253308505fe5af5b5c56d85169789271967298ba
2018-10-19 10:04:24 +02:00
..
ApiCrossWiki.php ApiCrossWiki: Handle needsToken() returning false 2018-09-18 17:21:50 -04:00
ApiEchoArticleReminder.php Make "@… array" type hints more specific 2018-08-13 09:27:37 +02:00
ApiEchoMarkRead.php Add cross-wiki proxying to the action=markasread API 2018-09-03 08:07:39 -07:00
ApiEchoMarkSeen.php Make "@… array" type hints more specific 2018-08-13 09:27:37 +02:00
ApiEchoNotifications.php Avoid count()ing where not necessary 2018-10-19 10:04:24 +02:00
ApiEchoUnreadNotificationPages.php Rename ApiCrossWikiBase -> ApiCrossWiki and make it a trait 2018-08-29 18:03:16 -07:00