1 | <?php |
||
7 | abstract class AbstractManager |
||
8 | { |
||
9 | /** |
||
10 | * @param ClientErrorResponseException $e |
||
11 | */ |
||
12 | 8 | protected function handleNotFoundException(ClientErrorResponseException $e) |
|
18 | |||
19 | /** |
||
20 | * @param $configuration |
||
21 | * @param $remoteConfiguration |
||
22 | * |
||
23 | * @return bool |
||
24 | */ |
||
25 | 3 | protected function isUpToDate($configuration, $remoteConfiguration) |
|
42 | |||
43 | 3 | private function arrayDiffAssocRecursive($array1, $array2) { |
|
61 | } |
||
62 |