Skip to content

Commit 613d6bc

Browse files
committed
Use underscores in file name
1 parent ece717e commit 613d6bc

12 files changed

+27
-18
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

create_framework/index.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Create your own PHP Framework
44
.. toctree::
55

66
introduction
7-
http-foundation
8-
front-controller
7+
http_foundation
8+
front_controller
99
routing
1010
templating
11-
http-kernel-controller-resolver
12-
separation-of-concerns
13-
unit-testing
14-
event-dispatcher
15-
http-kernel-httpkernelinterface
16-
http-kernel-httpkernel-class
17-
dependency-injection
11+
http_kernel_controller_resolver
12+
separation_of_concerns
13+
unit_testing
14+
event_dispatcher
15+
http_kernel_httpkernelinterface
16+
http_kernel_httpkernel_class
17+
dependency_injection

create_framework/map.rst.inc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
* :doc:`/create_framework/introduction`
2-
* :doc:`/create_framework/http-foundation`
3-
* :doc:`/create_framework/front-controller`
2+
* :doc:`/create_framework/http_foundation`
3+
* :doc:`/create_framework/front_controller`
44
* :doc:`/create_framework/routing`
55
* :doc:`/create_framework/templating`
6-
* :doc:`/create_framework/http-kernel-controller-resolver`
7-
* :doc:`/create_framework/separation-of-concerns`
8-
* :doc:`/create_framework/unit-testing`
9-
* :doc:`/create_framework/event-dispatcher`
10-
* :doc:`/create_framework/http-kernel-httpkernelinterface`
11-
* :doc:`/create_framework/http-kernel-httpkernel-class`
12-
* :doc:`/create_framework/dependency-injection`
6+
* :doc:`/create_framework/http_kernel_controller_resolver`
7+
* :doc:`/create_framework/separation_of_concerns`
8+
* :doc:`/create_framework/unit_testing`
9+
* :doc:`/create_framework/event_dispatcher`
10+
* :doc:`/create_framework/http_kernel_httpkernelinterface`
11+
* :doc:`/create_framework/http_kernel_httpkernel_class`
12+
* :doc:`/create_framework/dependency_injection`
File renamed without changes.

0 commit comments

Comments
 (0)