OwlCyberSecurity - MANAGER
Edit File: Internal.php
<?php namespace AmpProject; /** * Interface with constants for AMP internals. * * @package ampproject/amp-toolbox */ interface Internal { const SIZER = 'i-amphtml-sizer'; const SIZER_INTRINSIC = 'i-amphtml-sizer-intrinsic'; }