aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-rpc/php/stubs/Composer/IO/NullIO.php
blob: 1234ad4a1fb59cfccf4b2b62235c82a8280d25f6 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

// Generated by scripts/plugin-stub-generator; do not edit by hand.
// Proxy stub for Composer\IO\NullIO: the public surface forwards to the Rust-side entity over RPC.

namespace Composer\IO;

class NullIO extends BaseIO
{
}