Merge remote-tracking branch 'origin/3.6' into develop
Conflicts: dev/codesniffer/ruleset.xml
This commit is contained in:
commit
5572364d2b
@ -6,6 +6,8 @@
|
|||||||
<exclude-pattern>*/conf.php</exclude-pattern>
|
<exclude-pattern>*/conf.php</exclude-pattern>
|
||||||
<exclude-pattern>*/includes/*</exclude-pattern>
|
<exclude-pattern>*/includes/*</exclude-pattern>
|
||||||
<exclude-pattern>*/documents/*</exclude-pattern>
|
<exclude-pattern>*/documents/*</exclude-pattern>
|
||||||
|
<exclude-pattern>*/custom/*</exclude-pattern>
|
||||||
|
<exclude-pattern>*/nltechno*</exclude-pattern>
|
||||||
|
|
||||||
<!-- List of all tests -->
|
<!-- List of all tests -->
|
||||||
|
|
||||||
@ -23,7 +25,11 @@
|
|||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
<!-- The closing ?> tag MUST be omitted from files containing only PHP. -->
|
<!-- The closing ?> tag MUST be omitted from files containing only PHP. -->
|
||||||
|
<<<<<<< HEAD
|
||||||
<rule ref="Zend.Files.ClosingTag"/>
|
<rule ref="Zend.Files.ClosingTag"/>
|
||||||
|
=======
|
||||||
|
<!-- <rule ref="Zend.Files.ClosingTag"/> -->
|
||||||
|
>>>>>>> refs/remotes/origin/3.6
|
||||||
|
|
||||||
<!-- <rule ref="Generic.CodeAnalysis.ForLoopShouldBeWhileLoop" /> -->
|
<!-- <rule ref="Generic.CodeAnalysis.ForLoopShouldBeWhileLoop" /> -->
|
||||||
|
|
||||||
|
|||||||
@ -90,6 +90,7 @@ class Adherent extends CommonObject
|
|||||||
var $user_login;
|
var $user_login;
|
||||||
|
|
||||||
var $fk_soc;
|
var $fk_soc;
|
||||||
|
var $thirdparty; // Loaded by ->fetch_thirdparty()
|
||||||
|
|
||||||
// Fields loaded by fetch_subscriptions()
|
// Fields loaded by fetch_subscriptions()
|
||||||
var $first_subscription_date;
|
var $first_subscription_date;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user