Skip to content

Commit 4e97297

Browse files
committed
fixed CS
1 parent ca5577c commit 4e97297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HttpCache/AbstractSurrogate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ abstract class AbstractSurrogate implements SurrogateInterface
3232
/**
3333
* Constructor.
3434
*
35-
* @param array $contentTypes An array of content-type that should be parsed for Surrogate information.
35+
* @param array $contentTypes An array of content-type that should be parsed for Surrogate information
3636
* (default: text/html, text/xml, application/xhtml+xml, and application/xml)
3737
*/
3838
public function __construct(array $contentTypes = array('text/html', 'text/xml', 'application/xhtml+xml', 'application/xml'))

0 commit comments

Comments
 (0)