Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 621
Zeile 16... Zeile 16...
16
use ReflectionClass;
16
use ReflectionClass;
17
use ReflectionException;
17
use ReflectionException;
Zeile 18... Zeile 18...
18
 
18
 
19
/**
19
/**
-
 
20
 * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
-
 
21
 *
20
 * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
22
 * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601
21
 */
23
 */
22
class ClassHasAttribute extends Constraint
24
class ClassHasAttribute extends Constraint
23
{
25
{
24
    /**
26
    /**