| 1 | <?php |
||
| 7 | class PhpPlaceholder implements PlaceholderInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Replace PHP tags with a temporary placeholder. |
||
| 11 | * |
||
| 12 | * @param \ArjanSchouten\HtmlMinifier\MinifyContext $context |
||
| 13 | * |
||
| 14 | * @return \ArjanSchouten\HtmlMinifier\MinifyContext |
||
| 15 | */ |
||
| 16 | 5 | public function process($context) |
|
| 28 | } |
||
| 29 |