Skip to content

Commit 05ecfda

Browse files
committed
fix indentation
1 parent b015b65 commit 05ecfda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/code/Magento/Downloadable/Test/Unit/Helper/DownloadTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
*/
1818
class DownloadTest extends \PHPUnit\Framework\TestCase
1919
{
20-
/** @var array Result of get_headers() function */
21-
public static $headers;
20+
/** @var array Result of get_headers() function */
21+
public static $headers;
2222

23-
/** @var DownloadHelper */
23+
/** @var DownloadHelper */
2424
protected $_helper;
2525

2626
/** @var Filesystem|\PHPUnit_Framework_MockObject_MockObject */
@@ -233,7 +233,7 @@ protected function _setupUrlMocks($size = self::FILE_SIZE, $url = self::URL, $ad
233233
$this->returnValue($this->_handleMock)
234234
);
235235

236-
self::$headers = ['200 OK'];
236+
self::$headers = ['200 OK'];
237237
$this->_helper->setResource($url, DownloadHelper::LINK_TYPE_URL);
238238
}
239239

app/code/Magento/Downloadable/Test/Unit/_files/download_mock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ function mime_content_type()
3030
*/
3131
function get_headers()
3232
{
33-
return DownloadTest::$headers;
33+
return DownloadTest::$headers;
3434
}

0 commit comments

Comments
 (0)