Skip to content

Commit a53675c

Browse files
committed
add MetaStorm integration
1 parent 5058252 commit a53675c

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.meta-storm.xml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<meta-storm xmlns="meta-storm">
3+
<definitions>
4+
<classMethod class="\Symfony\Bundle\FrameworkBundle\Controller\AbstractController" method="render" argument="0">
5+
<files xpath="$project/templates" extension="" />
6+
</classMethod>
7+
<classMethod class="\Symfony\Bundle\FrameworkBundle\Controller\AbstractController" method="redirectToRoute" argument="0">
8+
<collection name="routes" />
9+
</classMethod>
10+
<classMethod class="\Symfony\Component\Routing\Generator\UrlGeneratorInterface" method="generate" argument="0">
11+
<collection name="routes" />
12+
</classMethod>
13+
<classMethod class="\Symfony\Component\String\UnicodeString" method="replaceMatches" argument="0">
14+
<languageInjection language="RegExp" />
15+
</classMethod>
16+
<classMethod class="\Symfony\Component\DomCrawler\Crawler" method="filter" argument="0">
17+
<languageInjection language="CSS" />
18+
</classMethod>
19+
<classMethod class="\Twig\Environment" method="render" argument="0">
20+
<files xpath="$project/templates" extension="" />
21+
</classMethod>
22+
<classMethod class="\Doctrine\ORM\EntityRepository" method="resolveMagicCall" argument="0">
23+
<methods xpath="$containingClass" />
24+
</classMethod>
25+
<classMethod class="\Symfony\Component\BrowserKit\AbstractBrowser" method="request" argument="0">
26+
<collection name="http-methods" />
27+
</classMethod>
28+
</definitions>
29+
<collections>
30+
<attributeArgument name="routes" class="\Symfony\Component\Routing\Attribute\Route" argument="1" />
31+
<strings name="http-methods">
32+
<value>GET</value>
33+
<value>POST</value>
34+
<value>PUT</value>
35+
<value>DELETE</value>
36+
<value>PATCH</value>
37+
<value>OPTIONS</value>
38+
</strings>
39+
</collections>
40+
</meta-storm>

0 commit comments

Comments
 (0)