diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2016-01-15 12:54:26 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2016-01-15 12:54:26 +0000 |
commit | 83a8e756143bf5e1727b497f89d8d18888df2fbd (patch) | |
tree | 65dcda933a79668a9f24334419de3da09f974854 /build | |
parent | 6a7be4d277a82ab8da297fbeae1e82a61338b649 (diff) | |
download | nextcloud-server-83a8e756143bf5e1727b497f89d8d18888df2fbd.tar.gz nextcloud-server-83a8e756143bf5e1727b497f89d8d18888df2fbd.zip |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'build')
-rw-r--r-- | build/license.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/license.php b/build/license.php index 738ace8b1ad..ce6fceb8160 100644 --- a/build/license.php +++ b/build/license.php @@ -118,6 +118,9 @@ With help from many libraries and frameworks including: echo "License updated: $path" . PHP_EOL; } + /** + * @param string $source + */ private function isMITLicensed($source) { $lines = explode(PHP_EOL, $source); while(!empty($lines)) { @@ -131,6 +134,9 @@ With help from many libraries and frameworks including: return false; } + /** + * @param string $source + */ private function eatOldLicense($source) { $lines = explode(PHP_EOL, $source); while(!empty($lines)) { |