Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
file-upload-bundle
Commits
1dcac542
Commit
1dcac542
authored
Nov 28, 2017
by
Guillaume Perréal
Browse files
Fixes
#1
.
parent
f95a3320
Changes
2
Hide whitespace changes
Inline
Side-by-side
devtools/php/php_cs.dist
View file @
1dcac542
...
...
@@ -37,6 +37,7 @@ $rules = [
'phpdoc_order'
=>
true
,
'semicolon_after_instruction'
=>
true
,
'yoda_style'
=>
false
,
'self_accessor'
=>
false
,
'header_comment'
=>
[
'commentType'
=>
'comment'
,
...
...
src/Model/UploadedFileInterface.php
View file @
1dcac542
...
...
@@ -359,5 +359,5 @@ interface UploadedFileInterface
*
* @api
*/
public
function
hasSameContent
(
self
$other
);
public
function
hasSameContent
(
UploadedFileInterface
$other
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment