Completed
Push — master ( d1be6d...8440b6 )
by Andrey
07:58
created
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.
connector/php/vendor/microsoft/azure-storage/src/Queue/Models/Queue.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -24,9 +24,6 @@
 block discarded – undo
24 24
  
25 25
 namespace MicrosoftAzure\Storage\Queue\Models;
26 26
 
27
-use MicrosoftAzure\Storage\Common\Internal\Resources;
28
-use MicrosoftAzure\Storage\Common\Internal\Utilities;
29
-
30 27
 /**
31 28
  * WindowsAzure queue object.
32 29
  *
Please login to merge, or discard this patch.
connector/php/vendor/microsoft/azure-storage/src/Queue/QueueRestProxy.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,6 @@
 block discarded – undo
29 29
 use MicrosoftAzure\Storage\Common\Internal\Validate;
30 30
 use MicrosoftAzure\Storage\Common\Internal\Utilities;
31 31
 use MicrosoftAzure\Storage\Common\Internal\ServiceRestProxy;
32
-use MicrosoftAzure\Storage\Common\Models\GetServicePropertiesResult;
33
-use MicrosoftAzure\Storage\Common\Models\ServiceProperties;
34 32
 use MicrosoftAzure\Storage\Common\LocationMode;
35 33
 use MicrosoftAzure\Storage\Queue\Internal\IQueue;
36 34
 use MicrosoftAzure\Storage\Queue\Models\ListQueuesOptions;
Please login to merge, or discard this patch.
vendor/microsoft/azure-storage/src/Table/Internal/JsonODataReaderWriter.php 1 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\Table\Internal;
26 26
 
27
-use MicrosoftAzure\Storage\Common\Internal\Utilities;
28 27
 use MicrosoftAzure\Storage\Common\Internal\Resources;
29 28
 use MicrosoftAzure\Storage\Table\Models\EdmType;
30 29
 use MicrosoftAzure\Storage\Table\Models\Entity;
Please login to merge, or discard this patch.
php/vendor/microsoft/azure-storage/src/Table/Models/BatchResult.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use MicrosoftAzure\Storage\Common\Internal\Resources;
28 28
 use MicrosoftAzure\Storage\Common\Internal\Utilities;
29 29
 use MicrosoftAzure\Storage\Common\Internal\Http\HttpFormatter;
30
-use MicrosoftAzure\Storage\Common\Exceptions\ServiceException;
31 30
 use MicrosoftAzure\Storage\Common\Internal\ServiceRestProxy;
32 31
 use MicrosoftAzure\Storage\Table\Models\InsertEntityResult;
33 32
 use MicrosoftAzure\Storage\Table\Models\UpdateEntityResult;
Please login to merge, or discard this patch.
connector/php/vendor/microsoft/azure-storage/src/Table/Models/EdmType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@
 block discarded – undo
198 198
      * Serializes EDM value into proper value to be used in query.
199 199
      *
200 200
      * @param string $type  The EDM type.
201
-     * @param mixed  $value The EDM value.
201
+     * @param string  $value The EDM value.
202 202
      *
203 203
      * @internal
204 204
      *
Please login to merge, or discard this patch.