danchukas /
DenyMultiplyRun
| 1 | <?php |
||
| 2 | declare(strict_types=1); |
||
| 3 | /** |
||
| 4 | * Created by PhpStorm. |
||
| 5 | * User: danchukas |
||
| 6 | * Date: 2017-07-18 08:46 |
||
| 7 | */ |
||
| 8 | |||
| 9 | namespace DanchukAS\Mock\Type; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * Class NullTypeMock |
||
| 13 | * @package DanchukAS\Mock\Type |
||
| 14 | */ |
||
| 15 | class AccessDenied |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @yield null[] |
||
| 19 | */ |
||
| 20 | public static function getSample() |
||
| 21 | { |
||
| 22 | |||
| 23 | } |
||
|
0 ignored issues
–
show
Coding Style
introduced
by
Loading history...
|
|||
| 24 | } |