File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
"68publishers/doctrine-bridge" : " ^1.0" ,
16
16
"68publishers/doctrine-persistence" : " ^0.3" ,
17
17
"68publishers/event-dispatcher-extra" : " ^1.1" ,
18
- "68publishers/file-storage" : " ^1.1.2 " ,
18
+ "68publishers/file-storage" : " ^1.3.0 " ,
19
19
"68publishers/smart-nette-component" : " ^1.0" ,
20
20
"68publishers/translation-bridge" : " ^2.0" ,
21
21
"nette/application" : " ^3.0.6" ,
30
30
"nette/tester" : " ^2.3.4" ,
31
31
"68publishers/notification-bundle" : " ^0.3" ,
32
32
"gedmo/doctrine-extensions" : " ^3.1" ,
33
- "68publishers/image-storage" : " ^1.3 "
33
+ "68publishers/image-storage" : " ^1.5 "
34
34
},
35
35
"suggest" : {
36
36
"gedmo/doctrine-extensions" : " If you want to use soft-deletable files." ,
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ public function getCreated(): DateTimeInterface
109
109
/**
110
110
* {@inheritdoc}
111
111
*/
112
- public function getMetadata (string $ key = NULL , $ default = NULL )
112
+ public function getMetadata (? string $ key = NULL , $ default = NULL )
113
113
{
114
114
if (NULL === $ key ) {
115
115
return $ this ->metadata ;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public function getCreated(): DateTimeInterface;
30
30
*
31
31
* @return mixed|array|NULL
32
32
*/
33
- public function getMetadata (string $ key = NULL , $ default = NULL );
33
+ public function getMetadata (? string $ key = NULL , $ default = NULL );
34
34
35
35
/**
36
36
* @param array $metadata
You can’t perform that action at this time.
0 commit comments