Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8ac06b6

Browse files
committed
fix deprecated issue with CloudinaryImageManager file line 104
1 parent 87d3c55 commit 8ac06b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Core/CloudinaryImageManager.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function removeAndUnSynchronise(Image $image)
101101
* @param OutputInterface|null $output
102102
* @param string $message
103103
*/
104-
private function report(OutputInterface $output = null, $message = '')
104+
private function report(?OutputInterface $output = null, $message = '')
105105
{
106106
if ($output) {
107107
$output->writeln($message);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /