phpstorm tidying

This commit is contained in:
Shish
2015-09-12 11:43:28 +01:00
parent 6c304420a6
commit 35a4f385b3
66 changed files with 82 additions and 98 deletions

View File

@@ -114,7 +114,7 @@ class RotateImage extends Extension {
* @throws ImageRotateException
*/
private function rotate_image(/*int*/ $image_id, /*int*/ $deg) {
global $config, $user, $page, $database;
global $database;
if ( ($deg <= -360) || ($deg >= 360) ) {
throw new ImageRotateException("Invalid options for rotation angle. ($deg)");