Some optimisations.

This commit is contained in:
James Cole
2015-05-26 20:28:18 +02:00
parent f733216fcb
commit 9ad8b1a980
5 changed files with 6 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ class Category extends Model
* @param array $fields
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
*
* @return Account|null
* @return Category
*/
public static function firstOrCreateEncrypted(array $fields)
{