diff --git a/.gitignore b/.gitignore index 34bd268e..fbc2c3fb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ composer.lock node_modules/ vendor/ -tests/phan/issues diff --git a/tests/phan/issues/.gitkeep b/tests/phan/issues/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/tests/phan/stubs/README b/tests/phan/stubs/README deleted file mode 100644 index c458ab58..00000000 --- a/tests/phan/stubs/README +++ /dev/null @@ -1,3 +0,0 @@ -These stubs describe how code that is not available at analysis time should be -used. No implementations are necessary, just define the classes and their -methods and use phpdoc to describe what arguments are allowed.