File tree 5 files changed +427
-110
lines changed
5 files changed +427
-110
lines changed Original file line number Diff line number Diff line change
1
+ CONVERTKIT_API_BROADCAST_ID="8697158"
1
2
CONVERTKIT_API_FORM_ID="2765139"
2
3
CONVERTKIT_API_LEGACY_FORM_URL="https://app.convertkit.com/landing_pages/470099"
3
4
CONVERTKIT_API_LANDING_PAGE_URL="https://cheerful-architect-3237.ck.page/cc5eb21744"
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ CONVERTKIT_API_KEY_NO_DATA=
2
2
CONVERTKIT_API_SECRET_NO_DATA =
3
3
CONVERTKIT_API_KEY =
4
4
CONVERTKIT_API_SECRET =
5
+ CONVERTKIT_API_BROADCAST_ID = " 8697158"
5
6
CONVERTKIT_API_FORM_ID = " 2765139"
6
7
CONVERTKIT_API_LEGACY_FORM_URL = " https://app.convertkit.com/landing_pages/470099"
7
8
CONVERTKIT_API_LANDING_PAGE_URL = " https://cheerful-architect-3237.ck.page/cc5eb21744"
Original file line number Diff line number Diff line change 42
42
<exclude name =" Squiz.Commenting.ClosingDeclarationComment.Missing" />
43
43
<exclude name =" Squiz.Commenting.FileComment.IncorrectAuthor" />
44
44
<exclude name =" Squiz.Commenting.FileComment.MissingCopyrightTag" />
45
+ <exclude name =" Squiz.Commenting.PostStatementComment" />
45
46
46
47
<!-- Permit inline if statements -->
47
48
<exclude name =" Squiz.PHP.DisallowInlineIf.Found" />
49
+ <exclude name =" Squiz.PHP.DisallowComparisonAssignment" />
48
50
49
51
<!-- Don't require various newlines and spacing before and after functions -->
50
52
<exclude name =" Squiz.WhiteSpace.FunctionSpacing.AfterLast" />
57
59
58
60
<!-- Don't require break to align with switch -->
59
61
<exclude name =" Squiz.ControlStructures.SwitchDeclaration.BreakIndent" />
62
+
63
+ <!-- Allow use of is_null() -->
64
+ <exclude name =" Generic.PHP.ForbiddenFunctions" />
60
65
</rule >
61
66
</ruleset >
You can’t perform that action at this time.
0 commit comments