MediaWiki master
Result.php
Go to the documentation of this file.
1<?php
21use Shellbox\Command\UnboxedResult;
22
23// NO_AUTOLOAD -- breaks AutoLoaderStructureTest if included in classmap
24class_alias( UnboxedResult::class, 'MediaWiki\\Shell\\Result', true );