We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d3c55 commit 8ac06b6Copy full SHA for 8ac06b6
1 file changed
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