Skip to content

Commit 0f6316a

Browse files
committed
refactor bin command
1 parent efab7e3 commit 0f6316a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/comments_density

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ if (function_exists('opcache_get_configuration')) {
1818
if (isset($opcacheConfig['directives']['opcache.save_comments']) && !$opcacheConfig['directives']['opcache.save_comments']) {
1919
fwrite(STDERR, 'Warning: The "opcache.save_comments" directive is disabled. Doc comments will not be available.' . PHP_EOL);
2020
}
21-
} else {
22-
fwrite(STDERR, 'Warning: Opcache is not enabled or "opcache_get_configuration" function is not available.' . PHP_EOL);
2321
}
2422

2523
// Ensure timezone is set

0 commit comments

Comments
 (0)