Skip to content

Commit 1dd37db

Browse files
committed
rm point
1 parent 6e2b4ca commit 1dd37db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FixController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function actionIndex($folder)
2626
file_put_contents($file, $newcontent);
2727
}
2828

29-
return $this->outputInfo(count($files) . ' files checked.');
29+
return $this->outputInfo(count($files) . ' files checked');
3030
}
3131

3232
private function parseContent($content)

0 commit comments

Comments
 (0)