Skip to content

Commit 4260afd

Browse files
committed
Silenced PHPStorm Warning
1 parent d25ee5a commit 4260afd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Symfony/src/Codebender/CompilerBundle/Controller/DefaultController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public function indexAction($auth_key, $version)
5757
$request = $this->getRequest()->getContent();
5858

5959
//Get the compiler service
60+
/** @var CompilerHandler $compiler */
6061
$compiler = $this->get('compiler_handler');
6162

6263
$reply = $compiler->main($request, $params);

0 commit comments

Comments
 (0)