comparison vendor/zendframework/zend-stdlib/src/JsonSerializable.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
7 * @license http://framework.zend.com/license/new-bsd New BSD License 7 * @license http://framework.zend.com/license/new-bsd New BSD License
8 */ 8 */
9 9
10 namespace Zend\Stdlib; 10 namespace Zend\Stdlib;
11 11
12 /**
13 * @deprecated Since 3.1.0; use the native JsonSerializable interface
14 */
12 interface JsonSerializable extends \JsonSerializable 15 interface JsonSerializable extends \JsonSerializable
13 { 16 {
14 } 17 }