Small optimizations.

This commit is contained in:
James Cole
2015-01-17 10:05:43 +01:00
parent 027b954b50
commit fc0ef4b79d
9 changed files with 30 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<?php
/**
*
* @SuppressWarnings("CamelCase") // I'm fine with this.
* Class ProfileController
*/
class ProfileController extends BaseController
@@ -56,6 +56,8 @@ class ProfileController extends BaseController
}
/**
* @SuppressWarnings("CyclomaticComplexity") // It's exactly 5. So I don't mind.
*
* @param string $old
* @param string $new1
* @param string $new2