Issues (13)

tests/Mock/FileName/AccessDenied.php (1 issue)

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
Function closing brace must go on the next line following the body; found 1 blank lines before brace
Loading history...
24
}