From c61b2197eaa8e919c5641e7661bcdc16ad8b2381 Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Sun, 13 Jul 2014 09:00:38 -0400 Subject: [PATCH] Remove @package tag from phpdoc throughout. --- .idea/inspectionProfiles/Project_Default.xml | 11 ++++++++++ .../inspectionProfiles/profiles_settings.xml | 7 +++++++ .idea/scopes/scope_settings.xml | 5 +++++ phpdoc.dist.xml | 21 +++++++++++++++++++ .../Interfaces/HandlerInterface.php | 1 - .../Interfaces/RequestInterface.php | 1 - .../Interfaces/ResponseInterface.php | 1 - src/pjdietz/WellRESTed/Routes/BaseRoute.php | 1 - src/pjdietz/WellRESTed/Routes/StaticRoute.php | 1 - 9 files changed, 44 insertions(+), 5 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/scopes/scope_settings.xml create mode 100644 phpdoc.dist.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..c66df00 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..3b31283 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml new file mode 100644 index 0000000..922003b --- /dev/null +++ b/.idea/scopes/scope_settings.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml new file mode 100644 index 0000000..84a5403 --- /dev/null +++ b/phpdoc.dist.xml @@ -0,0 +1,21 @@ + + + WellRESTed + + docs + + TODO + FIXME + + + + docs + + +