[9/38] - Symfony Console Command Tutorial - Part 3

preview_player
Показать описание

Now that we have created a Symfony console command to find and import our wallpapers we are going to use Symfony's console style guide to make it look nice.
Рекомендации по теме
Комментарии
Автор

Hi Chris,
At in 1:38 is giving me syntax error, unexpected '='
[
'basename' => $filename,
'filename' => $slug,
] = pathinfo($wallpaper);

Thanks!

findinparadise
Автор

Hi Chris, I got a problem. I got this error " Call to a member function getPathname() on null". I don't know what to do now?
My $enitity isn't null, but when I do $entity->getFile() it is null.

nils