Skip to content

Commit d2488a5

Browse files
2 parents e8a7dc6 + 8ac06b6 commit d2488a5

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)