Skip to content

Commit 4baaf71

Browse files
author
Grigorii Duca
committed
.
1 parent bbaca29 commit 4baaf71

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/Accessor/ArrayObject.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Uses: [`\Greg\Support\Accessor\ArrayAccessTrait`](ArrayAccessTrait.md),
1919

2020
# Magic methods:
2121

22-
* [__construct](#__construct);
22+
* [__construct](#__construct)
2323

2424
**Methods description is under construction.**
2525

docs/File.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Magic methods:
1111

12-
* [__construct](#__construct);
12+
* [__construct](#__construct)
1313

1414
**Methods description is under construction.**
1515

docs/Http/Request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const UPLOAD_ERROR = [
4545

4646
# Magic methods:
4747

48-
* [__construct](#__construct);
48+
* [__construct](#__construct)
4949

5050
**Methods description is under construction.**
5151

docs/Http/Response.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ const CODES = [
7777
];
7878
```
7979

80-
# Magic methods
80+
# Magic methods:
8181

82-
* [__construct](#__construct);
83-
* [__toString](#__toString);
82+
* [__construct](#__construct)
83+
* [__toString](#__toString)
8484

8585
**Methods description is under construction.**
8686

docs/Tools/InNamespaceRegex.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
# Magic methods:
1111

12-
* [__construct](#__construct);
13-
* [__toString](#__tostring);
12+
* [__construct](#__construct)
13+
* [__toString](#__tostring)
1414

1515
**Methods description is under construction.**
1616

0 commit comments

Comments
 (0)