File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,13 @@ protected function _prepare(): array
90
90
$ var = get_defined_constants (true );
91
91
$ return ['app ' ] = array_diff_key ($ var ['user ' ], $ return ['cake ' ], $ hiddenCakeConstants );
92
92
93
+ $ includePaths = $ this ->_debug ->includePaths ();
94
+ foreach ($ includePaths as $ k => $ v ) {
95
+ $ includePaths [$ k ] = Debugger::exportVarAsNodes ($ v );
96
+ }
97
+
93
98
// Included files data
94
- $ return ['includePaths ' ] = $ this -> _debug -> includePaths () ;
99
+ $ return ['includePaths ' ] = $ includePaths ;
95
100
$ return ['includedFiles ' ] = $ this ->prepareIncludedFiles ();
96
101
97
102
return $ return ;
Original file line number Diff line number Diff line change @@ -281,10 +281,6 @@ strong {
281
281
text-align : left;
282
282
}
283
283
284
- /* Override styles in cake's default css */
285
- .c-debug-table .cake-debug-string {
286
- margin-right : 48px ;
287
- }
288
284
/* correct height to fit with environment panel */
289
285
.c-debug-table .cake-debug-copy {
290
286
padding : 5px 6px ;
You can’t perform that action at this time.
0 commit comments