Completed
Push — master ( f58c14...cabe51 )
by Andrey
07:14
created
php/vendor/microsoft/azure-storage/src/Common/Models/AccessPolicy.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
     /**
91 91
      * Gets start.
92 92
      *
93
-     * @return \DateTime.
93
+     * @return \DateTime|null
94 94
      */
95 95
     public function getStart()
96 96
     {
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
     /**
116 116
      * Gets expiry.
117 117
      *
118
-     * @return \DateTime.
118
+     * @return \DateTime
119 119
      */
120 120
     public function getExpiry()
121 121
     {
Please login to merge, or discard this patch.
connector/php/vendor/microsoft/azure-storage/src/Common/Models/Logging.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     /**
71 71
      * Gets the retention policy
72 72
      *
73
-     * @return MicrosoftAzure\Storage\Common\Models\RetentionPolicy
73
+     * @return RetentionPolicy
74 74
      *
75 75
      */
76 76
     public function getRetentionPolicy()
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
     /**
138 138
      * Gets whether all delete requests should be logged.
139 139
      *
140
-     * @return void
140
+     * @return boolean
141 141
      */
142 142
     public function getDelete()
143 143
     {
Please login to merge, or discard this patch.
php/vendor/microsoft/azure-storage/src/Common/Models/ServiceOptions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
     /**
158 158
      * Sets the middleware stack.
159 159
      *
160
-     * @param MiddlewareStack $middlewareStack value.
160
+     * @param MiddlewareStack $middlwareStack value.
161 161
      *
162 162
      * @return void
163 163
      */
Please login to merge, or discard this patch.
php/vendor/microsoft/azure-storage/src/Common/Models/ServiceProperties.php 2 patches
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -134,7 +134,6 @@  discard block
 block discarded – undo
134 134
     /**
135 135
      * Sets hour metrics element.
136 136
      *
137
-     * @param Metrics $metrics new element.
138 137
      *
139 138
      * @return void
140 139
      */
@@ -156,7 +155,7 @@  discard block
 block discarded – undo
156 155
     /**
157 156
      * Sets minute metrics element.
158 157
      *
159
-     * @param Metrics $metrics new element.
158
+     * @param Metrics $minuteMetrics new element.
160 159
      *
161 160
      * @return void
162 161
      */
@@ -202,7 +201,7 @@  discard block
 block discarded – undo
202 201
      *
203 202
      * @param string $defaultServiceVersion the default service version
204 203
      *
205
-     * @return void
204
+     * @return string
206 205
      */
207 206
     public function setDefaultServiceVersion($defaultServiceVersion)
208 207
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
  
25 25
 namespace MicrosoftAzure\Storage\Common\Models;
26 26
 
27
-use MicrosoftAzure\Storage\Common\Internal\Utilities;
28 27
 use MicrosoftAzure\Storage\Common\Internal\Resources;
29 28
 use MicrosoftAzure\Storage\Common\Models\Logging;
30 29
 use MicrosoftAzure\Storage\Common\Models\Metrics;
Please login to merge, or discard this patch.
connector/php/vendor/microsoft/azure-storage/src/File/FileRestProxy.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2240,7 +2240,7 @@  discard block
 block discarded – undo
2240 2240
      *                                                  create the file
2241 2241
      * @param  CreateFileOptions|null          $options optional parameters
2242 2242
      *
2243
-     * @return void
2243
+     * @return \GuzzleHttp\Promise\PromiseInterface
2244 2244
      */
2245 2245
     public function createFileFromContentAsync(
2246 2246
         $share,
@@ -2646,7 +2646,7 @@  discard block
 block discarded – undo
2646 2646
      * @param string                  $copyID  copy operation identifier.
2647 2647
      * @param FileServiceOptions|null $options optional parameters
2648 2648
      *
2649
-     * @return void
2649
+     * @return \GuzzleHttp\Promise\PromiseInterface
2650 2650
      *
2651 2651
      * @see https://docs.microsoft.com/en-us/rest/api/storageservices/abort-copy-file
2652 2652
      */
Please login to merge, or discard this patch.
php/vendor/microsoft/azure-storage/src/File/Models/GetFileResult.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
     /**
126 126
      * Sets file 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
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 namespace MicrosoftAzure\Storage\File\Models;
26 26
 
27 27
 use MicrosoftAzure\Storage\File\Models\FileProperties;
28
-use MicrosoftAzure\Storage\Common\Internal\Utilities;
29 28
 use Psr\Http\Message\StreamInterface;
30 29
 
31 30
 /**
Please login to merge, or discard this patch.
microsoft/azure-storage/src/File/Models/ListDirectoriesAndFilesResult.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      *
60 60
      * @internal
61 61
      *
62
-     * @return ListSharesResult
62
+     * @return ListDirectoriesAndFilesResult
63 63
      */
64 64
     public static function create(array $parsedResponse, $location = '')
65 65
     {
Please login to merge, or discard this patch.
php/vendor/microsoft/azure-storage/src/File/Models/ListSharesOptions.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 namespace MicrosoftAzure\Storage\File\Models;
26 26
 
27 27
 use MicrosoftAzure\Storage\File\Models\FileServiceOptions;
28
-use MicrosoftAzure\Storage\File\Models\FileContinuationToken;
29 28
 use MicrosoftAzure\Storage\File\Models\FileContinuationTokenTrait;
30 29
 use MicrosoftAzure\Storage\Common\Internal\Validate;
31 30
 
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
php/vendor/microsoft/azure-storage/src/Queue/Models/ListQueuesOptions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 namespace MicrosoftAzure\Storage\Queue\Models;
26 26
 
27 27
 use MicrosoftAzure\Storage\Queue\Models\QueueServiceOptions;
28
-use MicrosoftAzure\Storage\Queue\Models\QueueContinuationToken;
29 28
 use MicrosoftAzure\Storage\Queue\Models\QueueContinuationTokenTrait;
30 29
 use MicrosoftAzure\Storage\Common\Internal\Validate;
31 30
 
Please login to merge, or discard this patch.