1
0
mirror of https://github.com/jupeter/clean-code-php.git synced 2025-09-30 07:59:02 +02:00

add "Objects and Data Structures" to table of content

This commit is contained in:
Piotr Plenik
2017-01-23 09:25:13 +01:00
parent f4fa1de88e
commit dfae178e5a

View File

@@ -4,6 +4,7 @@
1. [Introduction](#introduction)
2. [Variables](#variables)
3. [Functions](#functions)
4. [Objects and Data Structures](#objects-and-data-structures)
## Introduction