Completed
Pull Request — master (#4831)
by Jordi Sala
17:53
created
tests/Twig/Extension/SonataAdminExtensionTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -2210,6 +2210,9 @@
 block discarded – undo
2210 2210
         return htmlspecialchars(http_build_query($url, '', '&', PHP_QUERY_RFC3986));
2211 2211
     }
2212 2212
 
2213
+    /**
2214
+     * @param string $privateMethod
2215
+     */
2213 2216
     private function getMethodAsPublic($privateMethod)
2214 2217
     {
2215 2218
         $reflection = new \ReflectionMethod('Sonata\AdminBundle\Twig\Extension\SonataAdminExtension', $privateMethod);
Please login to merge, or discard this patch.