This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
rector
Watch
1
Star
0
Fork
0
You've already forked rector
mirror of
https://github.com/rectorphp/rector.git
synced
2025-02-21 01:41:00 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
rector
/
rules
/
DeadCode
/
Contract
/
ConditionInterface.php
10 lines
103 B
PHP
Raw
Normal View
History
Unescape
Escape
[Polyfill] Add UnwrapFutureCompatibleIfPhpVersionRector
2020-01-13 00:06:46 +01:00
<
?
php
declare
(
strict_types
=
1
);
[Performance] [Polyfill] Move to DeadCode (#5380)
2021-01-30 20:56:32 +01:00
namespace
Rector\DeadCode\Contract
;
[Polyfill] Add UnwrapFutureCompatibleIfPhpVersionRector
2020-01-13 00:06:46 +01:00
interface
ConditionInterface
{
}
Reference in New Issue
Copy Permalink