Skip to content

Commit e60e03d

Browse files
Ignore warnings related to opcache.restrict_api
1 parent bd0fd94 commit e60e03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Configurator/BundlesConfigurator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private function dump(string $file, array $bundles)
118118
file_put_contents($file, $contents);
119119

120120
if (\function_exists('opcache_invalidate')) {
121-
opcache_invalidate($file);
121+
@opcache_invalidate($file);
122122
}
123123
}
124124

0 commit comments

Comments
 (0)