summaryrefslogtreecommitdiffstats
path: root/.idea
diff options
context:
space:
mode:
authorSimon Rettberg2023-11-15 17:53:22 +0100
committerSimon Rettberg2023-11-15 17:53:22 +0100
commit40572914da67a1d3be76fcd3171e24b5c42ce0c0 (patch)
tree47690571ccf602cb3000705a468e6be984e2bd58 /.idea
parent[backup] Add permission to configure automatic backup (diff)
downloadslx-admin-40572914da67a1d3be76fcd3171e24b5c42ce0c0.tar.gz
slx-admin-40572914da67a1d3be76fcd3171e24b5c42ce0c0.tar.xz
slx-admin-40572914da67a1d3be76fcd3171e24b5c42ce0c0.zip
idea: Always inspect as if strict_types is enabled
Diffstat (limited to '.idea')
-rw-r--r--.idea/inspectionProfiles/Project_Default.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
index 953381a3..c86bf70f 100644
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -445,7 +445,9 @@
<inspection_tool class="PhpStaticAsDynamicMethodCallInspection" enabled="false" level="WARNING" enabled_by_default="false" editorAttributes="WARNING_ATTRIBUTES" />
<inspection_tool class="PhpStrFunctionsInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />
<inspection_tool class="PhpStrictComparisonWithOperandsOfDifferentTypesInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />
- <inspection_tool class="PhpStrictTypeCheckingInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />
+ <inspection_tool class="PhpStrictTypeCheckingInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES">
+ <option name="ENABLE_WITHOUT_DECLARE_STRICT_DIRECTIVE" value="true" />
+ </inspection_tool>
<inspection_tool class="PhpSuperClassIncompatibleWithInterfaceInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />
<inspection_tool class="PhpSwitchCanBeReplacedWithMatchExpressionInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />
<inspection_tool class="PhpSwitchCaseWithoutDefaultBranchInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />