mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-19 22:07:40 +00:00
replaced require with class_exists
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Twig\Node;
|
||||
|
||||
require __DIR__.'/../../lib/Twig/NodeCaptureInterface.php';
|
||||
class_exists('Twig_NodeCaptureInterface');
|
||||
|
||||
if (\false) {
|
||||
interface NodeCaptureInterface extends \Twig_NodeCaptureInterface
|
||||
|
||||
Reference in New Issue
Block a user