Skip to content

Commit d14dd35

Browse files
committed
Comment for update
1 parent ba8b69c commit d14dd35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extractor/extract.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,8 @@ public function __construct(int $phpVersionId)
666666
$classes = \array_merge($classes, %s);
667667
$functions = \array_merge($functions, %s);
668668
}
669+
670+
// UPDATE BELONGS HERE
669671
PHP;
670672

671673
$phpVersion = null;
@@ -680,7 +682,7 @@ public function __construct(int $phpVersionId)
680682
$template,
681683
var_export($classes, true),
682684
var_export($functions, true),
683-
$phpVersion === null ? '' : sprintf(
685+
$phpVersion === null ? '// UPDATE BELONGS HERE' : sprintf(
684686
$updateTemplate,
685687
$phpVersion,
686688
var_export($addClasses, true),

0 commit comments

Comments
 (0)