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 ba8b69c commit d14dd35Copy full SHA for d14dd35
extractor/extract.php
@@ -666,6 +666,8 @@ public function __construct(int $phpVersionId)
666
$classes = \array_merge($classes, %s);
667
$functions = \array_merge($functions, %s);
668
}
669
+
670
+// UPDATE BELONGS HERE
671
PHP;
672
673
$phpVersion = null;
@@ -680,7 +682,7 @@ public function __construct(int $phpVersionId)
680
682
$template,
681
683
var_export($classes, true),
684
var_export($functions, true),
- $phpVersion === null ? '' : sprintf(
685
+ $phpVersion === null ? '// UPDATE BELONGS HERE' : sprintf(
686
$updateTemplate,
687
$phpVersion,
688
var_export($addClasses, true),
0 commit comments