Move Cache to src
relocate the cache class to Friendica\Core namespace
This commit is contained in:
parent
8b673bf78d
commit
06c3af9b60
21 changed files with 1177 additions and 728 deletions
1
vendor/pear/text_languagedetect/phpcs.xml
vendored
1
vendor/pear/text_languagedetect/phpcs.xml
vendored
|
|
@ -7,6 +7,7 @@
|
|||
<exclude name="PEAR.NamingConventions.ValidVariableName.PrivateNoUnderscore"/>
|
||||
<exclude name="PEAR.NamingConventions.ValidFunctionName.PrivateNoUnderscore"/>
|
||||
<exclude name="PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps"/>
|
||||
<exclude name="PEAR.WhiteSpace.ScopeIndent.IncorrectExact"/>
|
||||
<exclude name="PSR1.Methods.CamelCapsMethodName.NotCamelCaps"/>
|
||||
</rule>
|
||||
<description>PSR2 with tabs instead of spaces.</description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue