diff options
author | Simon Rettberg | 2016-05-11 19:00:14 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-05-11 19:00:14 +0200 |
commit | 53b3c52d9ad42896a3cf60ac5d8e2e8b562a2a7a (patch) | |
tree | 5d2ba96557f491c0db260c1b2e49be289f112ce5 /.idea/inspectionProfiles | |
parent | Migrated messages to modules (diff) | |
download | slx-admin-53b3c52d9ad42896a3cf60ac5d8e2e8b562a2a7a.tar.gz slx-admin-53b3c52d9ad42896a3cf60ac5d8e2e8b562a2a7a.tar.xz slx-admin-53b3c52d9ad42896a3cf60ac5d8e2e8b562a2a7a.zip |
Add PhpStorm prefs
Diffstat (limited to '.idea/inspectionProfiles')
-rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 9 | ||||
-rw-r--r-- | .idea/inspectionProfiles/profiles_settings.xml | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..a50453af --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,9 @@ +<component name="InspectionProjectProfileManager"> + <profile version="1.0"> + <option name="myName" value="Project Default" /> + <inspection_tool class="PhpDivisionByZeroInspection" enabled="true" level="WARNING" enabled_by_default="true" /> + <inspection_tool class="PhpDocMissingReturnTagInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> + <inspection_tool class="PhpDocMissingThrowsInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> + <inspection_tool class="PhpDocSignatureInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> + </profile> +</component>
\ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 00000000..3b312839 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,7 @@ +<component name="InspectionProjectProfileManager"> + <settings> + <option name="PROJECT_PROFILE" value="Project Default" /> + <option name="USE_PROJECT_PROFILE" value="true" /> + <version value="1.0" /> + </settings> +</component>
\ No newline at end of file |