you have declare these variables out of the constructor method
class CreateTodoCommand { private string $name, private string $text, private string $userId public function __construct( ) { }