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 11... Zeile 11...
11
 
11
 
Zeile 12... Zeile 12...
12
use ReflectionObject;
12
use ReflectionObject;
13
 
13
 
-
 
14
/**
-
 
15
 * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
14
/**
16
 *
15
 * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
17
 * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601
16
 */
18
 */
17
final class ObjectHasAttribute extends ClassHasAttribute
19
final class ObjectHasAttribute extends ClassHasAttribute
18
{
20
{