Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BooleanAnd.php « BinaryOp « Expr « Node « PhpParser « lib « php-parser « nikic « vendor - github.com/nextcloud/php-static-scanner-instrumentalization.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0671f33d84d1b8f6d0c48f1609b562bb8786f59e (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace PhpParser\Node\Expr\BinaryOp;

use PhpParser\Node\Expr\BinaryOp;

class BooleanAnd extends BinaryOp
{
}