(NFC) CRM-17789 - Replace `@return $this` with types
authorTim Otten <totten@civicrm.org>
Wed, 14 Sep 2016 20:51:30 +0000 (13:51 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 14 Sep 2016 22:28:41 +0000 (15:28 -0700)
commit14069c56aaad54d635113275a9b03b0e8aabf913
tree349d2b9b694ae66a5c7d8f9a43a19963213d9f9a
parent1620f0bc90053c1bb6c7a057e423b1f4d15d52b0
(NFC) CRM-17789 - Replace `@return $this` with types

The "phan" analyzer does not seem to understand `@return $this` correctly;
instead, we should indicate a more specific return type.
CRM/Core/DAO.php
CRM/Event/Cart/BAO/Cart.php
CRM/Extension/ClassLoader.php
CRM/Utils/SQL/Insert.php
CRM/Utils/SQL/Select.php