Skip to content

Commit 968b644

Browse files
authored
Apply fixes from StyleCI (#21)
1 parent 0d1b2d7 commit 968b644

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/ApacheMimetypeHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ApacheMimetypeHelper implements MimetypeHelper
1414
/**
1515
* {@inheritdoc}
1616
*
17-
* @link http://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x/conf/mime.types
17+
* @see http://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x/conf/mime.types
1818
*/
1919
public function getMimetypeFromFilename($filename)
2020
{
@@ -24,7 +24,7 @@ public function getMimetypeFromFilename($filename)
2424
/**
2525
* {@inheritdoc}
2626
*
27-
* @link http://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x/conf/mime.types
27+
* @see http://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x/conf/mime.types
2828
*/
2929
public function getMimetypeFromExtension($extension)
3030
{

src/MultipartStreamBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ public function build()
9090
{
9191
$streams = '';
9292
foreach ($this->data as $data) {
93-
9493
// Add start and headers
9594
$streams .= "--{$this->getBoundary()}\r\n".
9695
$this->getHeaders($data['headers'])."\r\n";

0 commit comments

Comments
 (0)