File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ $hdb = Hamper::getInstance();
31
31
32
32
## Documentation
33
33
34
+ TEST
35
+
36
+ ## All Functions
37
+
34
38
35
39
36
40
> The following methods are used to manipulate records into database
Original file line number Diff line number Diff line change 55
55
$ readme = file_get_contents ('/app/README.md ' );
56
56
57
57
$ updatedReadme = preg_replace (
58
- '/## Documentation .*## Changelog/s ' ,
59
- '## Documentation ' ."\n\n" .$ toc ."\n\n" .$ documentation ."\n\n" .'## Changelog ' ,
58
+ '/## All Functions .*## Changelog/s ' ,
59
+ '## All Functions ' ."\n\n" .$ toc ."\n\n" .$ documentation ."\n\n" .'## Changelog ' ,
60
60
$ readme
61
61
);
62
62
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ $hdb = Hamper::getInstance();
31
31
32
32
## Documentation
33
33
34
+ TEST
35
+
36
+ ## All Functions
37
+
34
38
35
39
36
40
> The following methods are used to manipulate records into database
You can’t perform that action at this time.
0 commit comments