Skip to content

Commit

Permalink
ci: fixes for coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Jul 31, 2024
1 parent 9985e3f commit 13ccd51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: shivammathur/setup-php@2.30.5
with:
php-version: ${{ matrix.php-version }}
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, sockets
ini-values: error_reporting=E_ALL
coverage: none
tools: phive
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ You should observe your current-date route within the displayed list:
+--------------+--------+----------+------------------------------------------------+--------+
```

#### What's Next?
### What's Next?

Now, dive deeper into the fundamentals by reading some articles:

Expand Down Expand Up @@ -189,7 +189,7 @@ composer rr:download

If you chose to install the default application skeleton, your project will have the following directory structure:

```
```text
- Endpoint
- Web
- UserController.php
Expand Down Expand Up @@ -242,7 +242,7 @@ If you chose to install the default application skeleton, your project will have
- ExceptionHandlerInterceptor.php
```

#### Here's a brief explanation of the directories and files in this structure
### Here's a brief explanation of the directories and files in this structure

- **Endpoint**: This directory contains the entry points for your application, including HTTP endpoints (in the Web
subdirectory), command-line interfaces (in the Console subdirectory), and gRPC services (in the RPC subdirectory).
Expand Down

0 comments on commit 13ccd51

Please sign in to comment.