Test Failed
Push — master ( c13e00...a5486e )
by smiley
02:30
created
src/Output/QRImage.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,6 @@
 block discarded – undo
140 140
 	 * @param string|null $file
141 141
 	 *
142 142
 	 * @return string
143
-
144 143
 	 * @throws \chillerlan\QRCode\Output\QRCodeOutputException
145 144
 	 */
146 145
 	protected function dumpImage(string $file = null):string{
Please login to merge, or discard this patch.
src/Output/QROutputAbstract.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
 	 * @return bool|int
74 74
 	 * @throws \chillerlan\QRCode\Output\QRCodeOutputException
75 75
 	 */
76
-	protected function saveToFile(string $data, string $file) {
76
+	protected function saveToFile(string $data, string $file){
77 77
 
78 78
 		if(!is_writable(dirname($file))){
79 79
 			throw new QRCodeOutputException('Could not write data to cache file: '.$file);
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
 	 * @return bool|int
74 74
 	 * @throws \chillerlan\QRCode\Output\QRCodeOutputException
75 75
 	 */
76
-	protected function saveToFile(string $data, string $file) {
76
+	protected function saveToFile(string $data, string $file){
77 77
 
78 78
 		if(!is_writable(dirname($file))){
79 79
 			throw new QRCodeOutputException('Could not write data to cache file: '.$file);
Please login to merge, or discard this patch.