Skip to content

Commit

Permalink
Merge branch '4.4' into 5.1
Browse files Browse the repository at this point in the history
* 4.4:
  CS fix
  [travis] use PHP 8.0 to patch return types and run deps=low
  Update sl_SI translations
  Don't trigger deprecation for deprecated aliases pointing to deprecated definitions
  [HttpFoundation] use atomic writes in MockFileSessionStorage
  [DI] fix param annotation
  [Config] Add \Symfony\Component\Config\Loader::load() return type
  Simplify PHP CS Fixer config
  Rename normalize param
  • Loading branch information
nicolas-grekas committed Jan 14, 2021
2 parents 065c1eb + 157bffd commit b3059c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Loader/LoaderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ interface LoaderInterface
*
* @param mixed $resource The resource
*
* @return mixed
*
* @throws \Exception If something went wrong
*/
public function load($resource, string $type = null);
Expand Down

0 comments on commit b3059c2

Please sign in to comment.