Skip to content

Commit 12860e9

Browse files
committed
insight fixes
1 parent 721f2d6 commit 12860e9

18 files changed

+2
-2
lines changed

.gitignore

100755100644
File mode changed.

.travis.yml

100755100644
File mode changed.

LICENSE

100755100644
File mode changed.

README.md

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ Create an issue if you've found a bug, or ping one of us on twitter: @aequasi or
144144

145145

146146
[DoctrineAdapterBundle]:https://github.com/php-cache/doctrine-adapter-bundle
147-
[DoctrineBridge]:https://github.com/php-cache/doctrine-bridge
147+
[DoctrineBridge]:https://github.com/php-cache/doctrine-bridge

composer.json

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848
"Cache\\CacheBundle\\Tests\\": "tests/"
4949
}
5050
}
51-
}
51+
}

phpunit.xml.dist

100755100644
File mode changed.

src/Cache/LoggingCachePool.php

100755100644
File mode changed.

src/CacheBundle.php

100755100644
File mode changed.

src/Command/CacheFlushCommand.php

100755100644
File mode changed.

src/DataCollector/CacheDataCollector.php

100755100644
File mode changed.

src/DependencyInjection/CacheExtension.php

100755100644
File mode changed.

src/DependencyInjection/Compiler/BaseCompilerPass.php

100755100644
File mode changed.

src/DependencyInjection/Compiler/DataCollectorCompilerPass.php

100755100644
File mode changed.

src/DependencyInjection/Compiler/DoctrineSupportCompilerPass.php

100755100644
File mode changed.

src/DependencyInjection/Compiler/SessionSupportCompilerPass.php

100755100644
File mode changed.

src/DependencyInjection/Configuration.php

100755100644
File mode changed.

src/Resources/views/Collector/cache.html.twig

100755100644
File mode changed.

src/Session/SessionHandler.php

100755100644
File mode changed.

0 commit comments

Comments
 (0)