aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-10-25 22:13:09 +0200
committerLukas Reschke <lukas@statuscode.ch>2016-10-25 22:13:09 +0200
commit015affb082a7c9bbfeef552b3c74e5ae77e01ab3 (patch)
treed6e0e39ac249dad1c8639dd082bdf64b068f0ec4 /lib/private
parent6dbe417c51125419516dd29ebe4e529926c41a0f (diff)
downloadnextcloud-server-015affb082a7c9bbfeef552b3c74e5ae77e01ab3.tar.gz
nextcloud-server-015affb082a7c9bbfeef552b3c74e5ae77e01ab3.zip
Missing returns + autoloader file
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib/private')
-rw-r--r--lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php1
-rw-r--r--lib/private/Template/JSConfigHelper.php2
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php b/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php
index fe1c2e4404b..e6a39b12a42 100644
--- a/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php
+++ b/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php
@@ -60,6 +60,7 @@ class ContentSecurityPolicyNonceManager {
/**
* Check if the browser supports CSP v3
+ *
* @return bool
*/
public function browserSupportsCspV3() {
diff --git a/lib/private/Template/JSConfigHelper.php b/lib/private/Template/JSConfigHelper.php
index 9042746ecf8..a7f8c251cee 100644
--- a/lib/private/Template/JSConfigHelper.php
+++ b/lib/private/Template/JSConfigHelper.php
@@ -57,8 +57,6 @@ class JSConfigHelper {
private $urlGenerator;
/**
- * JSConfigHelper constructor.
- *
* @param IL10N $l
* @param \OC_Defaults $defaults
* @param IAppManager $appManager