Skip to content

Commit

Permalink
[doc] - better empty params handling
Browse files Browse the repository at this point in the history
  • Loading branch information
iloElias committed Oct 6, 2024
1 parent 677f6fe commit 57f46f7
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 1,302 deletions.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

40 changes: 0 additions & 40 deletions .idea/maestro.iml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

14 changes: 0 additions & 14 deletions .idea/php-test-framework.xml

This file was deleted.

59 changes: 0 additions & 59 deletions .idea/php.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ Here is what your .env file need to have:
DB_SQL=pgsql
DB_HOST=localhost
DB_PORT=5432
DB_NAME=maestrodb
DB_NAME=maestro_db
DB_USER=postgres
DB_PASS=dbpass
DB_PASS=password
```

```php
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"require-dev": {
"phpunit/phpunit": "^11.2"
},
"minimum-stability": "dev"
"minimum-stability": "stable"
}
22 changes: 0 additions & 22 deletions example/AuthCode.php

This file was deleted.

10 changes: 0 additions & 10 deletions example/Hr.php

This file was deleted.

21 changes: 0 additions & 21 deletions example/MaestroDb.php

This file was deleted.

14 changes: 0 additions & 14 deletions example/Post.php

This file was deleted.

10 changes: 0 additions & 10 deletions example/Social.php

This file was deleted.

14 changes: 0 additions & 14 deletions example/TaggedUser.php

This file was deleted.

50 changes: 0 additions & 50 deletions example/User.php

This file was deleted.

Loading

0 comments on commit 57f46f7

Please sign in to comment.