code standards / simplifications

This commit is contained in:
Philipp Holzer 2018-07-05 07:59:56 +02:00
parent 19209f6826
commit 906bb25972
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6
18 changed files with 70 additions and 121 deletions

View file

@ -6,7 +6,7 @@ namespace Friendica\Core\Cache;
use Friendica\Core\Cache;
/**
* @brief Implementation of the IMemoryCacheDriver mainly for testing purpose
* Implementation of the IMemoryCacheDriver mainly for testing purpose
*
* Class ArrayCache
*
@ -80,4 +80,4 @@ class ArrayCache implements IMemoryCacheDriver
return false;
}
}
}
}