mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-13 19:46:31 +00:00
Update Font.php
Specified wrong constant for RecursiveIteratorIterator
This commit is contained in:
@@ -722,7 +722,7 @@ class Font
|
||||
new RecursiveIteratorIterator(
|
||||
$it,
|
||||
RecursiveIteratorIterator::LEAVES_ONLY,
|
||||
RecursiveIteratorIterator::CHILD_FIRST
|
||||
RecursiveIteratorIterator::CATCH_GET_CHILD
|
||||
) as $file
|
||||
) {
|
||||
if (basename($file) === $desiredFont) {
|
||||
|
||||
Reference in New Issue
Block a user