| Total Complexity | 3 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 21 | class Google_AuthHandler_AuthHandlerFactory |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Builds out a default http handler for the installed version of guzzle. |
||
| 25 | * |
||
| 26 | * @return Google_AuthHandler_Guzzle5AuthHandler|Google_AuthHandler_Guzzle6AuthHandler |
||
| 27 | * @throws Exception |
||
| 28 | */ |
||
| 29 | public static function build($cache = null, array $cacheConfig = []) |
||
| 43 |
This class constant has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the constant will be removed from the class and what other constant to use instead.