We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb82396 + 5e2e58d commit 0cc3965Copy full SHA for 0cc3965
files/fileTemplates/includes/PHP Property Doc Comment.php
@@ -0,0 +1 @@
1
+/** @var ${TYPE_HINT} */
files/fileTemplates/internal/PHP Class.php
@@ -1,4 +1,4 @@
-<?php
+<?php declare(strict_types=1);
2
#parse("PHP File Header")
3
4
#if (${NAMESPACE})
files/fileTemplates/internal/PHP File.php
@@ -1,2 +1,2 @@
files/fileTemplates/internal/PHP Interface.php
files/fileTemplates/internal/PHP Trait.php
files/fileTemplates/internal/PHPUnit Test.php
0 commit comments