@@ -122,7 +122,7 @@ |
||
122 | 122 | /** |
123 | 123 | * Sets copy status |
124 | 124 | * |
125 | - * @param string $status the copy status. |
|
125 | + * @param string $copystatus the copy status. |
|
126 | 126 | * |
127 | 127 | * @internal |
128 | 128 | * |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | /** |
67 | 67 | * Gets blob deleteSnaphotsOnly. |
68 | 68 | * |
69 | - * @return boolean |
|
69 | + * @return string |
|
70 | 70 | */ |
71 | 71 | public function getDeleteSnaphotsOnly() |
72 | 72 | { |
@@ -78,7 +78,7 @@ discard block |
||
78 | 78 | * |
79 | 79 | * @param string $deleteSnaphotsOnly value. |
80 | 80 | * |
81 | - * @return boolean |
|
81 | + * @return boolean|null |
|
82 | 82 | */ |
83 | 83 | public function setDeleteSnaphotsOnly($deleteSnaphotsOnly) |
84 | 84 | { |
@@ -115,7 +115,7 @@ discard block |
||
115 | 115 | /** |
116 | 116 | * Gets blob contentStream. |
117 | 117 | * |
118 | - * @return \resource |
|
118 | + * @return resource |
|
119 | 119 | */ |
120 | 120 | public function getContentStream() |
121 | 121 | { |
@@ -125,7 +125,7 @@ discard block |
||
125 | 125 | /** |
126 | 126 | * Sets blob contentStream. |
127 | 127 | * |
128 | - * @param \resource $contentStream The stream handle. |
|
128 | + * @param resource|null $contentStream The stream handle. |
|
129 | 129 | * |
130 | 130 | * @return void |
131 | 131 | */ |
@@ -25,7 +25,6 @@ |
||
25 | 25 | namespace MicrosoftAzure\Storage\Blob\Models; |
26 | 26 | |
27 | 27 | use MicrosoftAzure\Storage\Blob\Models\BlobProperties; |
28 | -use MicrosoftAzure\Storage\Common\Internal\Utilities; |
|
29 | 28 | use Psr\Http\Message\StreamInterface; |
30 | 29 | |
31 | 30 | /** |
@@ -25,8 +25,6 @@ |
||
25 | 25 | namespace MicrosoftAzure\Storage\Blob\Models; |
26 | 26 | |
27 | 27 | use MicrosoftAzure\Storage\Common\Internal\Validate; |
28 | -use MicrosoftAzure\Storage\Common\MarkerContinuationTokenTrait; |
|
29 | -use MicrosoftAzure\Storage\Blob\Models\BlobContinuationToken; |
|
30 | 28 | use MicrosoftAzure\Storage\Blob\Models\BlobContinuationTokenTrait; |
31 | 29 | |
32 | 30 | /** |
@@ -106,7 +106,7 @@ |
||
106 | 106 | /** |
107 | 107 | * Indicates if metadata is included or not. |
108 | 108 | * |
109 | - * @return string |
|
109 | + * @return boolean |
|
110 | 110 | */ |
111 | 111 | public function getIncludeMetadata() |
112 | 112 | { |
@@ -25,7 +25,6 @@ |
||
25 | 25 | namespace MicrosoftAzure\Storage\Blob\Models; |
26 | 26 | |
27 | 27 | use MicrosoftAzure\Storage\Blob\Models\BlobServiceOptions; |
28 | -use MicrosoftAzure\Storage\Blob\Models\BlobContinuationToken; |
|
29 | 28 | use MicrosoftAzure\Storage\Blob\Models\BlobContinuationTokenTrait; |
30 | 29 | use MicrosoftAzure\Storage\Common\Internal\Validate; |
31 | 30 |
@@ -157,7 +157,7 @@ |
||
157 | 157 | /** |
158 | 158 | * Gets the response of the failue. |
159 | 159 | * |
160 | - * @return string |
|
160 | + * @return ResponseInterface |
|
161 | 161 | */ |
162 | 162 | public function getResponse() |
163 | 163 | { |
@@ -81,7 +81,7 @@ |
||
81 | 81 | /** |
82 | 82 | * Converts this signed identifiers to XML representation. |
83 | 83 | * |
84 | - * @param XmlSerializer $xmlSerializer The XML serializer. |
|
84 | + * @param XmlSerializer $serializer The XML serializer. |
|
85 | 85 | * |
86 | 86 | * @internal |
87 | 87 | * |
@@ -49,7 +49,6 @@ |
||
49 | 49 | * getProtocolVersion() |
50 | 50 | * (getUri() && getMethod()) || (getStatusCode() && getReasonPhrase()) |
51 | 51 | * |
52 | - * @param object $message The message to be serialized. |
|
53 | 52 | * |
54 | 53 | * @return string |
55 | 54 | */ |
@@ -26,7 +26,6 @@ |
||
26 | 26 | |
27 | 27 | use MicrosoftAzure\Storage\Common\Internal\Validate; |
28 | 28 | use MicrosoftAzure\Storage\Common\Internal\Resources; |
29 | -use MicrosoftAzure\Storage\Common\Internal\Serialization\XMLSerializer; |
|
30 | 29 | use GuzzleHttp\Exception\RequestException; |
31 | 30 | |
32 | 31 | /** |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | /** |
71 | 71 | * Takes an array and produces XML based on it. |
72 | 72 | * |
73 | - * @param XMLWriter $xmlw XMLWriter object that was previously instanted |
|
73 | + * @param \XMLWriter $xmlw XMLWriter object that was previously instanted |
|
74 | 74 | * and is used for creating the XML. |
75 | 75 | * @param array $data Array to be converted to XML. |
76 | 76 | * @param string $defaultTag Default XML tag to be used if none specified. |
@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | * method is exposed. |
110 | 110 | * |
111 | 111 | * @param object $targetObject The target object. |
112 | - * @param array $methodArray The array of method of the target object. |
|
112 | + * @param \ReflectionMethod[] $methodArray The array of method of the target object. |
|
113 | 113 | * |
114 | 114 | * @return mixed |
115 | 115 | */ |