Tests should use new string concatenation operator
All checks were successful
The build was successful.

This commit is contained in:
2018-08-07 07:53:26 +02:00
parent e4ab5974fa
commit 6f0d1ab3ff
2 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ class Main {
}
private function ダウンロード(){
print($this->概要 . "\n");
print($this->概要 + "\n");
}
private function isUTF8($str) {