File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6464 <include name =" **/*.js*" />
6565 <include name =" **/*.css*" />
6666 </fileset >
67- <fileset dir =" vendor/michelf/php-markdown/" >
67+ <fileset dir =" vendor/michelf/php-markdown/Michelf/ " >
6868 <include name =" **/*.php" />
6969 <exclude name =" **/Readme.php" />
7070 </fileset >
Original file line number Diff line number Diff line change 2121 "php" : " ~7.1" ,
2222 "ql/uri-template" : " ~1.0" ,
2323 "vanilla/garden-cli" : " ~2.0" ,
24- "michelf/php-markdown" : " ~1.8 " ,
24+ "michelf/php-markdown" : " ~1.9 " ,
2525 "lukasoppermann/http-status" : " ~2.0" ,
2626 "ext-json" : " *" ,
2727 "ext-curl" : " *"
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public function __construct(Transition &$parent)
9999 public function parse (stdClass $ object ): self
100100 {
101101 $ 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 ;
103103
104104 if (!empty ($ object ->content )) {
105105 foreach ($ object ->content as $ value ) {
You can’t perform that action at this time.
0 commit comments