blob: 92e01700ad18f03a4f9a38e05755fdf1ebc15ee8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
// Hand-written proxy stub for Composer\IO\NullIO, kept in the shape the future stub generator
// will output. The whole surface is inherited from the BaseIO stub.
namespace Composer\IO;
class NullIO extends BaseIO
{
}
|