mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
remove unneeded ; in comment
This commit is contained in:
parent
30e0b474f8
commit
46b72cbff0
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class TemporaryNoTouch extends \OC\Files\Storage\Temporary {
|
|||
|
||||
class View extends \PHPUnit_Framework_TestCase {
|
||||
/**
|
||||
* @var \OC\Files\Storage\Storage[] $storages ;
|
||||
* @var \OC\Files\Storage\Storage[] $storages
|
||||
*/
|
||||
private $storages = array();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue