You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
240 B

<?php
// @deprecated 3.5.0 Backward compatibility with 2.x series
if (PHP_VERSION_ID < 70000) {
class_alias('Cake\Utility\Text', 'Cake\Utility\String');
deprecationWarning('Use Cake\Utility\Text instead of Cake\Utility\String.');
}