Bläddra i källkod

Updated READ ME title and removed deprecated tag

Joachim M. Giæver 6 år sedan
förälder
incheckning
ea2474473f
2 ändrade filer med 0 tillägg och 2 borttagningar
  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
      */