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 399
Zeile 25... Zeile 25...
25
	}
25
	}
Zeile 26... Zeile 26...
26
 
26
 
27
 
27
 
28
	/**
-
 
29
	 * Call to undefined static method.
28
	/**
30
	 * @return void
29
	 * Call to undefined static method.
31
	 * @throws MemberAccessException
30
	 * @throws MemberAccessException
32
	 */
31
	 */
33
	public static function __callStatic(string $name, array $args)
32
	public static function __callStatic(string $name, array $args): mixed
34
	{
33
	{
35
		Utils\ObjectHelpers::strictStaticCall(static::class, $name);
34
		Utils\ObjectHelpers::strictStaticCall(static::class, $name);