Skip to content

Commit 3674e42

Browse files
committed
removed @author
1 parent 27ae1c2 commit 3674e42

File tree

12 files changed

+0
-24
lines changed

12 files changed

+0
-24
lines changed

src/Bridges/CacheDI/CacheExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
/**
1414
* Cache extension for Nette DI.
15-
*
16-
* @author David Grudl
1715
*/
1816
class CacheExtension extends Nette\DI\CompilerExtension
1917
{

src/Bridges/CacheLatte/CacheMacro.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* Macro {cache} ... {/cache}
16-
*
17-
* @author David Grudl
1816
*/
1917
class CacheMacro extends Nette\Object implements Latte\IMacro
2018
{

src/Caching/Cache.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
/**
1515
* Implements the cache for a application.
1616
*
17-
* @author David Grudl
18-
*
1917
* @property-read IStorage $storage
2018
* @property-read string $namespace
2119
*/

src/Caching/IStorage.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
/**
1414
* Cache storage.
15-
*
16-
* @author David Grudl
1715
*/
1816
interface IStorage
1917
{

src/Caching/OutputHelper.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
/**
1414
* Output caching helper.
15-
*
16-
* @author David Grudl
1715
*/
1816
class OutputHelper extends Nette\Object
1917
{

src/Caching/Storages/DevNullStorage.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
/**
1414
* Cache dummy storage.
15-
*
16-
* @author David Grudl
1715
*/
1816
class DevNullStorage extends Nette\Object implements Nette\Caching\IStorage
1917
{

src/Caching/Storages/FileJournal.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* Btree+ based file journal.
16-
*
17-
* @author Jakub Onderka
1816
*/
1917
class FileJournal extends Nette\Object implements IJournal
2018
{

src/Caching/Storages/FileStorage.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* Cache file storage.
16-
*
17-
* @author David Grudl
1816
*/
1917
class FileStorage extends Nette\Object implements Nette\Caching\IStorage
2018
{

src/Caching/Storages/IJournal.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
/**
1414
* Cache journal provider.
15-
*
16-
* @author Jan Smitka
1715
*/
1816
interface IJournal
1917
{

src/Caching/Storages/MemcachedStorage.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* Memcached storage.
16-
*
17-
* @author David Grudl
1816
*/
1917
class MemcachedStorage extends Nette\Object implements Nette\Caching\IStorage
2018
{

0 commit comments

Comments
 (0)