Skip to content

Commit e3e85b4

Browse files
authored
refactor: cleanup Security (#9972)
* Remove deprecated items in Security * Reorder methods with public, then protected, and private as last * Add static return type to `verify` * Refactor Security class
1 parent 52011ea commit e3e85b4

File tree

6 files changed

+186
-345
lines changed

6 files changed

+186
-345
lines changed

rector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@
149149
__DIR__ . '/system/HTTP/CURLRequest.php',
150150
__DIR__ . '/system/HTTP/DownloadResponse.php',
151151
__DIR__ . '/system/HTTP/IncomingRequest.php',
152-
__DIR__ . '/system/Security/Security.php',
153152
__DIR__ . '/system/Session/Session.php',
154153
],
155154

0 commit comments

Comments
 (0)