mirror of
https://github.com/getgrav/grav.git
synced 2026-03-04 19:41:36 +01:00
Removed constructor from ObjectInterface
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
* Added `theme_var` and `body_class` Twig functions that are useful for themes
|
||||
1. [](#improved)
|
||||
* Updated vendor libraries to latest version
|
||||
* Removed constructor from ObjectInterface
|
||||
|
||||
# v1.4.0-beta.1
|
||||
## 12/11/2017
|
||||
|
||||
@@ -14,12 +14,6 @@ namespace Grav\Framework\Object\Interfaces;
|
||||
*/
|
||||
interface ObjectInterface extends \Serializable, \JsonSerializable
|
||||
{
|
||||
/**
|
||||
* @param array $elements
|
||||
* @param string $key
|
||||
*/
|
||||
public function __construct(array $elements = [], $key = null);
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user