Compare commits

..

2 Commits

Author SHA1 Message Date
502795d688 - Fixed a missing cast in two files 2026-07-16 17:38:58 -04:00
8323c6218e - Added lean 1.4.2 version 2026-07-16 11:59:27 -04:00
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
} }
], ],
"require": { "require": {
"mcnd/lean": "dev-master" "mcnd/lean": "1.4.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -24,7 +24,7 @@
{% php $import = include($file) %} {% php $import = include($file) %}
<div class="grid"> <div class="grid">
<strong class="col route-name">{{ substr($file, strlen($path)) }}</strong> <strong class="col route-name">{{ substr((string) $file, strlen($path)) }}</strong>
<div class="col"> <div class="col">
{{ $import['namespace'] }} {{ $import['namespace'] }}

View File

@ -18,7 +18,7 @@
<article class="picea"> <article class="picea">
{% foreach $folder as $file %} {% foreach $folder as $file %}
<div class="grid"> <div class="grid">
<strong class="col route-name">{{ substr($file, strlen($path)) }}</strong> <strong class="col route-name">{{ substr((string) $file, strlen($path)) }}</strong>
<div> <div>
{#<a target="_blank" class="btn-red" href=""> {#<a target="_blank" class="btn-red" href="">
Voir Voir