(NFC) CRM-17789 - Replace `@return $this` with types (more)
authorTim Otten <totten@civicrm.org>
Wed, 14 Sep 2016 21:21:24 +0000 (14:21 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 14 Sep 2016 22:29:34 +0000 (15:29 -0700)
commit4b350175e8ba50cdf4b2704fe37d1b67ac1c974e
tree772b4c4ba82d3754bc1bed559811c33d306abc83
parent2eee184e296565b9070619d801ee6641f00be915
(NFC) CRM-17789 - Replace `@return $this` with types (more)

The "phan" analyzer does not seem to understand `@return $this` correctly;
instead, we should indicate a more specific return type.
Civi/API/ExternalBatch.php
Civi/API/SelectQuery.php
Civi/ActionSchedule/Event/MappingRegisterEvent.php
Civi/Core/Lock/LockManager.php
Civi/Core/Paths.php
Civi/Core/SettingsBag.php
Civi/Core/SettingsManager.php
Civi/Test/CiviEnvBuilder.php
Civi/Token/Event/TokenRegisterEvent.php
Civi/Token/TokenProcessor.php
Civi/Token/TokenRow.php