[TOOLS] Continue raising PHPStan level to 6
This commit is contained in:
@@ -216,7 +216,7 @@ class OEmbed extends Controller
|
||||
/**
|
||||
* Placeholder
|
||||
*/
|
||||
public function init_document($type)
|
||||
public function init_document(string $type): void
|
||||
{
|
||||
throw new NotImplementedException;
|
||||
// switch ($type) {
|
||||
@@ -243,7 +243,7 @@ class OEmbed extends Controller
|
||||
/**
|
||||
* Placeholder
|
||||
*/
|
||||
public function end_document($type)
|
||||
public function end_document(string $type): void
|
||||
{
|
||||
throw new NotImplementedException;
|
||||
// switch ($type) {
|
||||
|
Reference in New Issue
Block a user