mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-19 15:49:19 +02:00
Fixed typo
This commit is contained in:
@@ -93,7 +93,7 @@ class RotatingFileHandler extends StreamHandler
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sorting the files by name to rmeove the older ones
|
// Sorting the files by name to remove the older ones
|
||||||
$array = iterator_to_array($iterator);
|
$array = iterator_to_array($iterator);
|
||||||
usort($array, function($a, $b) {
|
usort($array, function($a, $b) {
|
||||||
return strcmp($b->getFilename(), $a->getFilename());
|
return strcmp($b->getFilename(), $a->getFilename());
|
||||||
|
Reference in New Issue
Block a user