We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479e327 commit 5b8b76eCopy full SHA for 5b8b76e
Resources/bin/check-unused-known-tags.php
@@ -9,6 +9,10 @@
9
* file that was distributed with this source code.
10
*/
11
12
+if ('cli' !== \PHP_SAPI) {
13
+ throw new Exception('This script must be run from the command line.');
14
+}
15
+
16
require dirname(__DIR__, 6).'/vendor/autoload.php';
17
18
use Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\Compiler\UnusedTagsPassUtils;
0 commit comments