Skip to content

Commit 8ac06b6

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)