<?php declare(strict_types=1); namespace Plesk\Wappspector\MatchResult; class Php extends MatchResult { public const ID = 'php'; public const NAME = 'PHP'; }