Tests should use new string concatenation operator
All checks were successful
The build was successful.
All checks were successful
The build was successful.
This commit is contained in:
@@ -9,7 +9,7 @@ class Main {
|
||||
}
|
||||
|
||||
private function ダウンロード(){
|
||||
print($this->概要 . "\n");
|
||||
print($this->概要 + "\n");
|
||||
}
|
||||
|
||||
private function isUTF8($str) {
|
||||
|
Reference in New Issue
Block a user