Skip to content

Commit

Permalink
Make the Cursor class final
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 12, 2020
1 parent b0e7eb6 commit 5a7b314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Console/Cursor.php
Expand Up @@ -16,7 +16,7 @@
/**
* @author Pierre du Plessis <pdples@gmail.com>
*/
class Cursor
final class Cursor
{
private $output;
private $input;
Expand Down

0 comments on commit 5a7b314

Please sign in to comment.