Make the Cursor class final

This commit is contained in:
Fabien Potencier 2020-04-12 14:20:52 +02:00
parent b0e7eb66e0
commit 5a7b3146f5

View File

@ -16,7 +16,7 @@ use Symfony\Component\Console\Output\OutputInterface;
/**
* @author Pierre du Plessis <pdples@gmail.com>
*/
class Cursor
final class Cursor
{
private $output;
private $input;