diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-03-01 17:48:23 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-03-01 17:48:23 +0100 |
commit | c353d51810d556f526fceb7aa5c550097c6fc69d (patch) | |
tree | ceef73e5b14db8f57cfb903b95f34aea06b9b4f1 /lib/public | |
parent | c430f5ba53e02efb373667c8baf59f0209d3bfeb (diff) | |
download | nextcloud-server-c353d51810d556f526fceb7aa5c550097c6fc69d.tar.gz nextcloud-server-c353d51810d556f526fceb7aa5c550097c6fc69d.zip |
Remove Scrutinizer Auto Fixer
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/appframework/controller.php | 1 | ||||
-rw-r--r-- | lib/public/appframework/http/redirectresponse.php | 1 | ||||
-rw-r--r-- | lib/public/appframework/utility/icontrollermethodreflector.php | 1 | ||||
-rw-r--r-- | lib/public/backgroundjob.php | 1 | ||||
-rw-r--r-- | lib/public/iappconfig.php | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/lib/public/appframework/controller.php b/lib/public/appframework/controller.php index c3744683300..bd87197a7f1 100644 --- a/lib/public/appframework/controller.php +++ b/lib/public/appframework/controller.php @@ -3,7 +3,6 @@ * @author Bernhard Posselt <dev@bernhard-posselt.com> * @author Lukas Reschke <lukas@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de> - * @author Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Tanghus <thomas@tanghus.net> * @author Vincent Petry <pvince81@owncloud.com> diff --git a/lib/public/appframework/http/redirectresponse.php b/lib/public/appframework/http/redirectresponse.php index 211d91aff02..97140c9955f 100644 --- a/lib/public/appframework/http/redirectresponse.php +++ b/lib/public/appframework/http/redirectresponse.php @@ -2,7 +2,6 @@ /** * @author Bernhard Posselt <dev@bernhard-posselt.com> * @author Morris Jobke <hey@morrisjobke.de> - * @author Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author v1r0x <vinzenz.rosenkranz@gmail.com> * diff --git a/lib/public/appframework/utility/icontrollermethodreflector.php b/lib/public/appframework/utility/icontrollermethodreflector.php index fb7fbb7c60e..e2939ff8896 100644 --- a/lib/public/appframework/utility/icontrollermethodreflector.php +++ b/lib/public/appframework/utility/icontrollermethodreflector.php @@ -3,7 +3,6 @@ * @author Joas Schilling <nickvergessen@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Olivier Paroz <github@oparoz.com> - * @author Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/backgroundjob.php b/lib/public/backgroundjob.php index bb0314c570d..69397bb3e45 100644 --- a/lib/public/backgroundjob.php +++ b/lib/public/backgroundjob.php @@ -8,7 +8,6 @@ * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <icewind@owncloud.com> * @author Robin McCorkell <robin@mccorkell.me.uk> - * @author Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/iappconfig.php b/lib/public/iappconfig.php index a4bcc970188..1406e8a56d6 100644 --- a/lib/public/iappconfig.php +++ b/lib/public/iappconfig.php @@ -4,7 +4,6 @@ * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <icewind@owncloud.com> * @author Robin McCorkell <robin@mccorkell.me.uk> - * @author Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 |