File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 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
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 {
Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments