Skip to content

Commit df86851

Browse files
committed
coding style
1 parent f80f16a commit df86851

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Caching/Cache.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
namespace Nette\Caching;
1111

1212
use Nette;
13-
use Nette\Utils\Callback;
1413

1514

1615
/**

src/Caching/Storages/FileStorage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class FileStorage implements Nette\Caching\IStorage
4747
FILE = 'file',
4848
HANDLE = 'handle';
4949

50-
5150
/** @var float probability that the clean() routine is started */
5251
public static $gcProbability = 0.001;
5352

0 commit comments

Comments
 (0)