PHP 8.2.31
Preview: AbstractNodeVisitor.php Size: 709 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/phpstan/phpdoc-parser/src/Ast/AbstractNodeVisitor.php

<?php

declare (strict_types=1);
namespace PHPStan\PhpDocParser\Ast;

/**
 * Inspired by https://github.com/nikic/PHP-Parser/tree/36a6dcd04e7b0285e8f0868f44bd4927802f7df1
 *
 * Copyright (c) 2011, Nikita Popov
 * All rights reserved.
 */
abstract class AbstractNodeVisitor implements \PHPStan\PhpDocParser\Ast\NodeVisitor
{
    public function beforeTraverse(array $nodes) : ?array
    {
        return null;
    }
    public function enterNode(\PHPStan\PhpDocParser\Ast\Node $node)
    {
        return null;
    }
    public function leaveNode(\PHPStan\PhpDocParser\Ast\Node $node)
    {
        return null;
    }
    public function afterTraverse(array $nodes) : ?array
    {
        return null;
    }
}

Directory Contents

Dirs: 4 × Files: 6

Name Size Perms Modified Actions
ConstExpr DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
PhpDoc DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Type DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
709 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
313 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
375 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
685 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
10.69 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
2.70 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).