Completed
Push — master ( 67fbf4...ed904e )
by Andrey
07:10
created
php/vendor/microsoft/azure-storage/src/Blob/Models/AccessCondition.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
 use MicrosoftAzure\Storage\Common\Internal\Resources;
28 28
 use MicrosoftAzure\Storage\Common\Internal\Validate;
29
-use MicrosoftAzure\Storage\Common\Internal\WindowsAzureUtilities;
30 29
 
31 30
 /**
32 31
  * Represents a set of access conditions to be used for operations against the
Please login to merge, or discard this patch.
php/vendor/microsoft/azure-storage/src/Blob/Models/CopyBlobOptions.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     /**
57 57
      * Sets source access condition
58 58
      *
59
-     * @param array $sourceAccessCondition value to use.
59
+     * @param array $sourceAccessConditions value to use.
60 60
      *
61 61
      * @return void
62 62
      */
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,6 @@
 block discarded – undo
24 24
  
25 25
 namespace MicrosoftAzure\Storage\Blob\Models;
26 26
 
27
-use MicrosoftAzure\Storage\Common\Internal\Validate;
28
-
29 27
 /**
30 28
  * optional parameters for CopyBlobOptions wrapper
31 29
  *
Please login to merge, or discard this patch.
php/vendor/microsoft/azure-storage/src/Blob/Models/CopyBlobResult.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
php/vendor/microsoft/azure-storage/src/Blob/Models/DeleteBlobOptions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
php/vendor/microsoft/azure-storage/src/Blob/Models/GetBlobResult.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
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\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
 /**
Please login to merge, or discard this patch.
php/vendor/microsoft/azure-storage/src/Blob/Models/ListBlobsOptions.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
vendor/microsoft/azure-storage/src/Blob/Models/ListContainersOptions.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
vendor/microsoft/azure-storage/src/Common/Exceptions/ServiceException.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
      * Gets the response of the failue.
159 159
      *
160
-     * @return string
160
+     * @return ResponseInterface
161 161
      */
162 162
     public function getResponse()
163 163
     {
Please login to merge, or discard this patch.
php/vendor/microsoft/azure-storage/src/Common/Internal/ACLBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.