Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-08 15:49:59 +0300
committerbrantje <brantje@gmail.com>2016-10-08 16:00:07 +0300
commitadb7dd582b0e066d4bf7a61c3fa8386feafafd3d (patch)
tree524f1c6aabbe90c233603a9ed9da7673315c1b6b /appinfo
parente17f52bdd0c84c97cbd9311c42e5bc8eba7e81ab (diff)
Remove comment
Fix if statement Add return Add return Remove assignment
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/autoload.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/appinfo/autoload.php b/appinfo/autoload.php
index 734a7908..93a5e81f 100644
--- a/appinfo/autoload.php
+++ b/appinfo/autoload.php
@@ -11,9 +11,4 @@
namespace OCA\Passman\AppInfo;
-use OCP\AppFramework\App;
-/**
- * Additional autoloader registration, e.g. registering composer autoloaders
- */
-// require_once __DIR__ . '/../vendor/autoload.php'; \ No newline at end of file