[dev] components app converted to PSR-4 (mostly) - want feedback

Ralf Lang lang at b1-systems.de
Mon Nov 9 14:53:01 UTC 2020


> It's not a string, it's a language construct:
>
> Horde\Components\Foo::class === '\\Horde\\Components\\Foo'
>
> This helps IDEs, plus you can use imports, which makes it eventually
> shorter:
>
> use Horde\Components\Foo;
> $injector->get(Foo::class);

I get it now. Yes, we should do that.

-- 
Ralf Lang
Linux Consultant / Developer
Tel.: +49-170-6381563
Mail: lang at b1-systems.de
B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537



More information about the dev mailing list