@@ -21,10 +21,10 @@ |
||
21 | 21 | |
22 | 22 | class Item implements ExtendedCacheItemInterface |
23 | 23 | { |
24 | - use TaggableCacheItemTrait; |
|
24 | + use TaggableCacheItemTrait; |
|
25 | 25 | |
26 | - protected function getDriverClass(): string |
|
27 | - { |
|
28 | - return Driver::class; |
|
29 | - } |
|
26 | + protected function getDriverClass(): string |
|
27 | + { |
|
28 | + return Driver::class; |
|
29 | + } |
|
30 | 30 | } |
@@ -21,10 +21,10 @@ |
||
21 | 21 | |
22 | 22 | class Item implements ExtendedCacheItemInterface |
23 | 23 | { |
24 | - use TaggableCacheItemTrait; |
|
24 | + use TaggableCacheItemTrait; |
|
25 | 25 | |
26 | - protected function getDriverClass(): string |
|
27 | - { |
|
28 | - return Driver::class; |
|
29 | - } |
|
26 | + protected function getDriverClass(): string |
|
27 | + { |
|
28 | + return Driver::class; |
|
29 | + } |
|
30 | 30 | } |
@@ -24,10 +24,10 @@ |
||
24 | 24 | */ |
25 | 25 | class Item implements ExtendedCacheItemInterface |
26 | 26 | { |
27 | - use TaggableCacheItemTrait; |
|
27 | + use TaggableCacheItemTrait; |
|
28 | 28 | |
29 | - protected function getDriverClass(): string |
|
30 | - { |
|
31 | - return Driver::class; |
|
32 | - } |
|
29 | + protected function getDriverClass(): string |
|
30 | + { |
|
31 | + return Driver::class; |
|
32 | + } |
|
33 | 33 | } |
@@ -21,10 +21,10 @@ |
||
21 | 21 | |
22 | 22 | class Item implements ExtendedCacheItemInterface |
23 | 23 | { |
24 | - use TaggableCacheItemTrait; |
|
24 | + use TaggableCacheItemTrait; |
|
25 | 25 | |
26 | - protected function getDriverClass(): string |
|
27 | - { |
|
28 | - return Driver::class; |
|
29 | - } |
|
26 | + protected function getDriverClass(): string |
|
27 | + { |
|
28 | + return Driver::class; |
|
29 | + } |
|
30 | 30 | } |
@@ -21,10 +21,10 @@ |
||
21 | 21 | |
22 | 22 | class Item implements ExtendedCacheItemInterface |
23 | 23 | { |
24 | - use TaggableCacheItemTrait; |
|
24 | + use TaggableCacheItemTrait; |
|
25 | 25 | |
26 | - protected function getDriverClass(): string |
|
27 | - { |
|
28 | - return Driver::class; |
|
29 | - } |
|
26 | + protected function getDriverClass(): string |
|
27 | + { |
|
28 | + return Driver::class; |
|
29 | + } |
|
30 | 30 | } |
@@ -727,10 +727,10 @@ |
||
727 | 727 | /** |
728 | 728 | * Function which copies or moves one or more items. |
729 | 729 | * |
730 | - * @param resource $store MAPI Message Store Object |
|
731 | - * @param string $parententryid entryid of the folder |
|
732 | - * @param mixed $entryids list of entryids which will be copied or moved (in binary format) |
|
733 | - * @param array $action the action data, sent by the client |
|
730 | + * @param resource $store MAPI Message Store Object |
|
731 | + * @param string $parententryid entryid of the folder |
|
732 | + * @param mixed $entryids list of entryids which will be copied or moved (in binary format) |
|
733 | + * @param array $action the action data, sent by the client |
|
734 | 734 | * |
735 | 735 | * @return bool true on success or false on failure |
736 | 736 | */ |