Skip to content

Commit bcbb87f

Browse files
committed
Fixed the Symfony version number
1 parent bcc5634 commit bcbb87f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cookbook/profiler/storage.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Switching the Profiler Storage
55
==============================
66

7-
In Symfony versions previous to 2.8, profiles could be stored in files, databases,
8-
services like Redis and Memcache, etc. Starting from Symfony 2.8, the only storage
7+
In Symfony versions previous to 3.0, profiles could be stored in files, databases,
8+
services like Redis and Memcache, etc. Starting from Symfony 3.0, the only storage
99
mechanism with built-in support is the filesystem.
1010

1111
By default the profile stores the collected data in the ``%kernel.cache_dir%/profiler/``

0 commit comments

Comments
 (0)