File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class ApacheMimetypeHelper implements MimetypeHelper
14
14
/**
15
15
* {@inheritdoc}
16
16
*
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
18
18
*/
19
19
public function getMimetypeFromFilename ($ filename )
20
20
{
@@ -24,7 +24,7 @@ public function getMimetypeFromFilename($filename)
24
24
/**
25
25
* {@inheritdoc}
26
26
*
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
28
28
*/
29
29
public function getMimetypeFromExtension ($ extension )
30
30
{
Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ public function build()
90
90
{
91
91
$ streams = '' ;
92
92
foreach ($ this ->data as $ data ) {
93
-
94
93
// Add start and headers
95
94
$ streams .= "-- {$ this ->getBoundary ()}\r\n" .
96
95
$ this ->getHeaders ($ data ['headers ' ])."\r\n" ;
You can’t perform that action at this time.
0 commit comments