Skip to content

Commit 71109aa

Browse files
committed
make the Codes class finall
1 parent bc0f820 commit 71109aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Util/Codes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* @author Jordi Boggiano <[email protected]>
2424
* @author Markus Lanthaler <[email protected]>
2525
*/
26-
class Codes
26+
final class Codes
2727
{
2828
const HTTP_CONTINUE = 100;
2929
const HTTP_SWITCHING_PROTOCOLS = 101;

0 commit comments

Comments
 (0)