Skip to content

Commit a716771

Browse files
match parent type
1 parent c3af9e9 commit a716771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Propel/Tests/Common/Config/Loader/FileLoaderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,14 +365,14 @@ class TestableFileLoader extends BaseFileLoader
365365
/**
366366
* @return void
367367
*/
368-
public function load($resource, $type = null)
368+
public function load($resource, $type = null): mixed
369369
{
370370
}
371371

372372
/**
373373
* @return void
374374
*/
375-
public function supports($resource, $type = null)
375+
public function supports($resource, $type = null): bool
376376
{
377377
}
378378

0 commit comments

Comments
 (0)