Passed
Push — master ( 4d4a22...bfc37a )
by Joas
14:44 queued 14s
created
lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
 						}
115 115
 					}
116 116
 				} else {
117
-					$this->logger->debug('Response for ' . get_class($controller) . '::' . $methodName . ' got bruteforce throttled but has no annotation nor attribute defined.');
117
+					$this->logger->debug('Response for '.get_class($controller).'::'.$methodName.' got bruteforce throttled but has no annotation nor attribute defined.');
118 118
 				}
119 119
 			}
120 120
 		}
Please login to merge, or discard this patch.