Skip to content

Commit

Permalink
Merged branch '4.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Sep 27, 2023
2 parents 2b7fc48 + 1514162 commit f78aab5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -19030,11 +19030,6 @@ parameters:
count: 1
path: src/lib/Persistence/Legacy/Token/Gateway/TokenType/Gateway.php

-
message: "#^Parameter \\#1 \\$typeId of method Ibexa\\\\Core\\\\Persistence\\\\Legacy\\\\Token\\\\Gateway\\\\Token\\\\Gateway\\:\\:deleteExpired\\(\\) expects int\\|null, Ibexa\\\\Contracts\\\\Core\\\\Persistence\\\\Token\\\\TokenType\\|null given\\.$#"
count: 1
path: src/lib/Persistence/Legacy/Token/Handler.php

-
message: "#^Method Ibexa\\\\Core\\\\Persistence\\\\Legacy\\\\Token\\\\Mapper\\:\\:mapToken\\(\\) has parameter \\$tokenRow with no value type specified in iterable type array\\.$#"
count: 1
Expand Down
5 changes: 5 additions & 0 deletions src/bundle/Core/Imagine/BinaryLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ public function __construct(IOServiceInterface $ioService, MimeTypesInterface $m
$this->mimeTypes = $mimeTypes;
}

/**
* @param string $path
*
* @return \Liip\ImagineBundle\Binary\BinaryInterface
*/
public function find($path)
{
try {
Expand Down

0 comments on commit f78aab5

Please sign in to comment.