Skip to content

Commit 501b58c

Browse files
committed
Order alphabetically the zend drivers
1 parent f2badf8 commit 501b58c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/phpFastCache/CacheManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,6 @@ public static function getStaticSystemDrivers()
381381
return [
382382
'Apc',
383383
'Apcu',
384-
'Zendshm',
385-
'Zenddisk',
386384
'Cassandra',
387385
'Couchbase',
388386
'Couchdb',
@@ -399,6 +397,8 @@ public static function getStaticSystemDrivers()
399397
'Sqlite',
400398
'Wincache',
401399
'Xcache',
400+
'Zenddisk',
401+
'Zendshm',
402402
];
403403
}
404404

0 commit comments

Comments
 (0)