vendor/winzou/state-machine-bundle/winzouStateMachineBundle.php line 16
<?php/** This file is part of the StateMachine package.** (c) Alexandre Bacco** For the full copyright and license information, please view the LICENSE* file that was distributed with this source code.*/namespace winzou\Bundle\StateMachineBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;class winzouStateMachineBundle extends Bundle{}