Skip to content

Commit aa27c9c

Browse files
authored
Add deprecation notice
1 parent fb92df9 commit aa27c9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/Github/Api/Integrations.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
namespace Github\Api;
44

5+
@trigger_error('The '.__NAMESPACE__.'\Integrations class is deprecated. Use the '.__NAMESPACE__.'\Apps class instead.', E_USER_DEPRECATED);
6+
57
/**
6-
* @deprecated
8+
* @deprecated Use the Apps class
79
* @link https://developer.github.com/v3/apps/
810
* @author Nils Adermann <[email protected]>
911
*/

0 commit comments

Comments
 (0)