Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
DeprecationLoggedHttps | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | namespace CirrusSearch\Elastica; |
4 | |
5 | class DeprecationLoggedHttps extends DeprecationLoggedHttp { |
6 | /** @inheritDoc */ |
7 | protected $_scheme = 'https'; // phpcs:ignore PSR2.Classes.PropertyDeclaration.Underscore |
8 | } |