We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3af9e9 commit a716771Copy full SHA for a716771
tests/Propel/Tests/Common/Config/Loader/FileLoaderTest.php
@@ -365,14 +365,14 @@ class TestableFileLoader extends BaseFileLoader
365
/**
366
* @return void
367
*/
368
- public function load($resource, $type = null)
+ public function load($resource, $type = null): mixed
369
{
370
}
371
372
373
374
375
- public function supports($resource, $type = null)
+ public function supports($resource, $type = null): bool
376
377
378
0 commit comments