Skip to content

Commit 8de3002

Browse files
authored
Merge pull request #749 from TheoD02/chore/rename-lsphp-to-ls-functions
chore(docs/examples): rename ls.php to ls_functions.php
2 parents 5639038 + 3044306 commit 8de3002

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

doc/getting-started/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object to execute the process. The `run()` function will return this object. So
1919
you can use the API of this class to interact with the underlying process:
2020

2121
```php
22-
{% include "/examples/basic/run/ls.php" start="<?php\n\nnamespace run;\n\n" %}
22+
{% include "/examples/basic/run/ls_functions.php" start="<?php\n\nnamespace run;\n\n" %}
2323
```
2424

2525
> [!NOTE]
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
. .. Ls.php ls.php
1+
. .. Ls.php ls_functions.php

0 commit comments

Comments
 (0)