comparison vendor/psy/psysh/src/Reflection/ReflectionConstant.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents c2387f117808
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
21 /** 21 /**
22 * {inheritDoc}. 22 * {inheritDoc}.
23 */ 23 */
24 public function __construct($class, $name) 24 public function __construct($class, $name)
25 { 25 {
26 @trigger_error('ReflectionConstant is now ReflectionClassConstant', E_USER_DEPRECATED); 26 @\trigger_error('ReflectionConstant is now ReflectionClassConstant', E_USER_DEPRECATED);
27 27
28 parent::__construct($class, $name); 28 parent::__construct($class, $name);
29 } 29 }
30 } 30 }