mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
chore: update Kint to 5.0.5
This commit is contained in:
parent
2be50cc44f
commit
533a0905d0
@ -57,7 +57,7 @@ class SplFileInfoRepresentation extends Representation
|
||||
$this->path = $fileInfo->getPathname();
|
||||
|
||||
try {
|
||||
if ($fileInfo->getRealPath()) {
|
||||
if (\strlen($this->path) && $fileInfo->getRealPath()) {
|
||||
$this->perms = $fileInfo->getPerms();
|
||||
$this->size = $fileInfo->getSize();
|
||||
$this->owner = $fileInfo->getOwner();
|
||||
|
Loading…
x
Reference in New Issue
Block a user