From 3ffcf19583c4673e5f5842de84cdae56ec8c0381 Mon Sep 17 00:00:00 2001 From: lexx Date: Mon, 30 Oct 2023 20:59:15 +0200 Subject: [PATCH] docs --- README.md | 2 +- bin/phpstan.sh | 3 --- docs/Examples.md | 0 docs/Fields.md | 0 docs/Queries.md | 0 docs/Schemas.md | 0 docs/Static Generator.md | 0 7 files changed, 1 insertion(+), 4 deletions(-) delete mode 100755 bin/phpstan.sh create mode 100644 docs/Examples.md create mode 100644 docs/Fields.md create mode 100644 docs/Queries.md create mode 100644 docs/Schemas.md create mode 100644 docs/Static Generator.md diff --git a/README.md b/README.md index 253820d..a020d83 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ If you want to obtain the path to the original file $image->path(FileObject); ``` - +Checkout the docs folder for more information diff --git a/bin/phpstan.sh b/bin/phpstan.sh deleted file mode 100755 index 265c86b..0000000 --- a/bin/phpstan.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -php8.2 ./vendor/bin/phpstan analyse -c phpstan.neon diff --git a/docs/Examples.md b/docs/Examples.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/Fields.md b/docs/Fields.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/Queries.md b/docs/Queries.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/Schemas.md b/docs/Schemas.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/Static Generator.md b/docs/Static Generator.md new file mode 100644 index 0000000..e69de29