Update PhpStorm settings

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-08-19 13:07:24 +02:00
parent 4ecdb81721
commit 934f3ef2f8
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
3 changed files with 4 additions and 1 deletions

View file

@ -4,4 +4,7 @@
<option name="searchInBackground" value="true" /> <option name="searchInBackground" value="true" />
<option name="showTipsOnStartup" value="false" /> <option name="showTipsOnStartup" value="false" />
</component> </component>
<component name="Registry">
<entry key="actionSystem.fix.alt.gr" value="false" />
</component>
</application> </application>

View file

@ -1,5 +1,5 @@
<templateSet group="Custom"> <templateSet group="Custom">
<template name="lema-roles" value="UPDATE user SET roles = '[&quot;ROLE_ADMIN&quot;,&quot;ROLE_SUPERUSER&quot;]' WHERE id = 101107;" toReformat="true" toShortenFQNames="true"> <template name="lema-roles" value="UPDATE user SET roles = '[&quot;ROLE_ADMIN&quot;,&quot;ROLE_SUPERUSER&quot;]' WHERE id = 101107;" description="" toReformat="true" toShortenFQNames="true">
<context> <context>
<option name="SQL_STATEMENT" value="true" /> <option name="SQL_STATEMENT" value="true" />
<option name="SQL_STATEMENT_MEMSQL" value="true" /> <option name="SQL_STATEMENT_MEMSQL" value="true" />