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

Unset_.php « Cast « 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: 5cfd3efbc1d8296ad834ed088a0f5d18d8ac4786 (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace PhpParser\Node\Expr\Cast;

use PhpParser\Node\Expr\Cast;

class Unset_ extends Cast
{
}