← All changes
|
includes/Dependencies/PhpParser/NodeTraverserInterface.php
+3
-0
4.5.0
→
4.9.2
View file →
| @@ -1,7 +1,10 @@ | ||
| 1 | 1 | <?php |
| 2 | +// phpcs:ignoreFile -- Bundled third-party (Mozart) dependency; exempt from plugin coding standards. | |
| 2 | 3 | |
| 3 | 4 | namespace WPDeveloper\BetterDocs\Dependencies\PhpParser; |
| 5 | + | |
| 6 | +if ( ! defined( 'ABSPATH' ) ) { exit; } // Prevent direct file access. | |
| 4 | 7 | |
| 5 | 8 | interface NodeTraverserInterface |
| 6 | 9 | { |
| 7 | 10 | /** |