File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 64
64
<include name =" **/*.js*" />
65
65
<include name =" **/*.css*" />
66
66
</fileset >
67
- <fileset dir =" vendor/michelf/php-markdown/" >
67
+ <fileset dir =" vendor/michelf/php-markdown/Michelf/ " >
68
68
<include name =" **/*.php" />
69
69
<exclude name =" **/Readme.php" />
70
70
</fileset >
Original file line number Diff line number Diff line change 21
21
"php" : " ~7.1" ,
22
22
"ql/uri-template" : " ~1.0" ,
23
23
"vanilla/garden-cli" : " ~2.0" ,
24
- "michelf/php-markdown" : " ~1.8 " ,
24
+ "michelf/php-markdown" : " ~1.9 " ,
25
25
"lukasoppermann/http-status" : " ~2.0" ,
26
26
"ext-json" : " *" ,
27
27
"ext-curl" : " *"
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public function __construct(Transition &$parent)
99
99
public function parse (stdClass $ object ): self
100
100
{
101
101
$ this ->method = $ object ->attributes ->method ->content ?? $ object ->attributes ->method ;
102
- $ this ->title = isset ( $ object ->meta ->title ) ? $ object ->meta ->title : NULL ;
102
+ $ this ->title = $ object ->meta ->title -> content ?? $ object ->meta ->title ?? NULL ;
103
103
104
104
if (!empty ($ object ->content )) {
105
105
foreach ($ object ->content as $ value ) {
You can’t perform that action at this time.
0 commit comments