Skip to content

Commit 4a467d9

Browse files
committed
Removed mermaid hyperlinks
1 parent da6115b commit 4a467d9

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

docs/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## MVC Extensions
44

55
PHPStan extensions are available for several MVC classes in CakePHP to help PHPStan understand the otherwise
6-
undocumented methods and properties of these classes.
6+
undocumented methods and properties of these classes. The links covered are shown in the diagram below.
77

88
```mermaid
99
classDiagram
@@ -70,10 +70,4 @@ classDiagram
7070
7171
AppHelper --|> Helper
7272
Helper --> "*" Helper
73-
74-
click Component href "./Components.md" "See PHPStan customizations for Components"
75-
click Controller href "./Controllers.md" "See PHPStan customizations for Controllers"
76-
click Helper href "./Helpers.md" "See PHPStan customizations for Helpers"
77-
click Model href "./Models.md" "See PHPStan customizations for Models"
78-
click Shell href "./Shells.md" "See PHPStan customizations for Shells"
7973
```

0 commit comments

Comments
 (0)