Browse Source

Updated READ ME title and removed deprecated tag

Joachim M. Giæver 6 years ago
parent
commit
ea2474473f
2 changed files with 0 additions and 2 deletions
  1. 0 1
      src/API/Client.php
  2. 0 1
      src/API/Request/Base.php

+ 0 - 1
src/API/Client.php

@@ -10,7 +10,6 @@ namespace Gogs\API {
      * track of the context when going from a user, to a repo,
      * organization etc.
      *
-     * @deprecated
      * @author Joachim M. Giaever (joachim[]giaever.org)
      * @version 0.1
      */

+ 0 - 1
src/API/Request/Base.php

@@ -9,7 +9,6 @@ namespace Gogs\API\Request {
      * it will have the correct methods required by interface,
      * and get the cURL functionality.
      *
-     * @deprecated since 0.1, to be removed in 3.0
      * @author Joachim M. Giaever (joachim[]giaever.org)
      * @abstact
      */