/** * Remove Asset from registry. * * @param string $type Asset type, script or style etc * @param string $name Asset name * * @return self * * @since 4.0.0 */ public function remove(string $type, string $name) : self;