We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8a7dc6 + 8ac06b6 commit d2488a5Copy full SHA for d2488a5
Core/CloudinaryImageManager.php
@@ -101,7 +101,7 @@ public function removeAndUnSynchronise(Image $image)
101
* @param OutputInterface|null $output
102
* @param string $message
103
*/
104
- private function report(OutputInterface $output = null, $message = '')
+ private function report(?OutputInterface $output = null, $message = '')
105
{
106
if ($output) {
107
$output->writeln($message);
0 commit comments