8000 Make the Cursor class final · symfony/symfony@5a7b314 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a7b314

Browse files
committed
Make the Cursor class final
1 parent b0e7eb6 commit 5a7b314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Cursor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Pierre du Plessis <pdples@gmail.com>
1818
*/
19-
class Cursor
19+
final class Cursor
2020
{
2121
private $output;
2222
private $input;

0 commit comments

Comments
 (0)
0