Skip to content

Commit

Permalink
Prepare for 3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Jul 18, 2016
1 parent 86af299 commit 93533ae
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Helper/UploadedFileHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* The UploadedFileHelper class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class UploadedFileHelper
{
Expand Down
2 changes: 1 addition & 1 deletion HttpServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* The Server class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class HttpServer
{
Expand Down
2 changes: 1 addition & 1 deletion Output/CompressException.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* The CompressException class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class CompressException extends \RuntimeException
{
Expand Down
2 changes: 1 addition & 1 deletion Output/HttpCompressor.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* The HttpCompressor class to support gzip encoding.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class HttpCompressor
{
Expand Down
2 changes: 1 addition & 1 deletion Output/NoHeaderOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* The NoHeaderOutput class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class NoHeaderOutput extends Output
{
Expand Down
2 changes: 1 addition & 1 deletion Output/StreamOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* The StreamOutput class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class StreamOutput extends Output
{
Expand Down
2 changes: 1 addition & 1 deletion Request/ServerRequestFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* The ServerRequestFactory class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class ServerRequestFactory
{
Expand Down
2 changes: 1 addition & 1 deletion Response/AbstractContentTypeResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* An response object contains content-type handler.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
abstract class AbstractContentTypeResponse extends Response
{
Expand Down
2 changes: 1 addition & 1 deletion Response/EmptyResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* Always return empty data and is only readable. THe headers will still send.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class EmptyResponse extends Response
{
Expand Down
2 changes: 1 addition & 1 deletion Response/HtmlResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* The HtmlResponse class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class HtmlResponse extends TextResponse
{
Expand Down
2 changes: 1 addition & 1 deletion Response/JsonResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* The HtmlResponse class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class JsonResponse extends TextResponse
{
Expand Down
2 changes: 1 addition & 1 deletion Response/RedirectResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* The RedirectResponse class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class RedirectResponse extends Response
{
Expand Down
2 changes: 1 addition & 1 deletion Response/TextResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* The TextResponse class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class TextResponse extends AbstractContentTypeResponse
{
Expand Down
2 changes: 1 addition & 1 deletion Response/XmlResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* The XmlResponse class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class XmlResponse extends TextResponse
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Helper/HerderHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Test class of HeaderHelper
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class HerderHelperTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Helper/ResponseHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* Test class of ResponseHelper
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class ResponseHelperTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Helper/ServerHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Test class of ServerHelper
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class ServerHelperTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Helper/StreamHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Test class of StreamHelper
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class StreamHelperTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion Test/HttpServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Test class of Server
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class HttpServerTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Mock/MockOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* The MockOutput class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class MockOutput extends StubStreamOutput
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Output/HttpCompressorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Test class of HttpCompressor
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class HttpCompressorTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Output/OutputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Test class of Output
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class OutputTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Output/StreamOutputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Test class of StreamOutput
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class StreamOutputTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Request/ServerRequestFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Test class of ServerRequestFactory
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class ServerRequestFactoryTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Response/AbstractContentTypeResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Test class of AbstractContentTypeResponse
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class AbstractContentTypeResponseTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Response/ContentTypeResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Test class of EmptyResponse
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class ContentTypeResponseTest extends AbstractBaseTestCase
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Stub/StubContentTypeResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* The StubContentTypeResponse class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class StubContentTypeResponse extends AbstractContentTypeResponse
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Stub/StubHttpCompressor.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* The StubHttpCompressor class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class StubHttpCompressor extends HttpCompressor
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Stub/StubOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* The MockOutput class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class StubOutput extends Output
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Stub/StubStreamOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* The StubStreamOutput class.
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class StubStreamOutput extends StreamOutput
{
Expand Down
2 changes: 1 addition & 1 deletion Test/WebHttpServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Test class of WebHttpServer
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class WebHttpServerTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion WebHttpServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @property-read UriData uri
* @property-read HttpCompressor compressor
*
* @since {DEPLOY_VERSION}
* @since 3.0
*/
class WebHttpServer extends HttpServer
{
Expand Down

0 comments on commit 93533ae

Please sign in to comment.