We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb92df9 commit aa27c9cCopy full SHA for aa27c9c
lib/Github/Api/Integrations.php
@@ -2,8 +2,10 @@
2
3
namespace Github\Api;
4
5
+@trigger_error('The '.__NAMESPACE__.'\Integrations class is deprecated. Use the '.__NAMESPACE__.'\Apps class instead.', E_USER_DEPRECATED);
6
+
7
/**
- * @deprecated
8
+ * @deprecated Use the Apps class
9
* @link https://developer.github.com/v3/apps/
10
* @author Nils Adermann <naderman@naderman.de>
11
*/
0 commit comments