Core-PHP icon indicating copy to clipboard operation
Core-PHP copied to clipboard

method(Foo $foo) vs method(FooInterface $foo)

Open namedgraph opened this issue 14 years ago • 0 comments

Find wrong type usages, where class name is used where interface is supposed to be, usually in method parameter type-hinting like here: public function __construct(Request $request, Router $router)

namedgraph avatar Jan 05 '12 20:01 namedgraph