Completed
Push — wip-lisem ( 739aac...7fe414 )
by
unknown
02:41
created
src/Profiler/AdminCollector.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,14 +41,14 @@
 block discarded – undo
41 41
         foreach ($collectedData as $k => $dataCollection) {
42 42
             $data = $dataCollection->getData();
43 43
 
44
-            if (preg_replace('/\#[0-9]*\W/','',$k) === 'Classes managed by mapper') {
44
+            if (preg_replace('/\#[0-9]*\W/', '', $k) === 'Classes managed by mapper') {
45 45
                 $this->addToProfiler($k, 'Number of classes managed', [
46 46
                     'display'         => DataCollection::DESTINATION_TOOLBAR, // 'toolbar', 'profiler', 'both'
47 47
                     'class'           => count($data),
48 48
                 ]);
49 49
             }
50 50
 
51
-            if (preg_replace('/\#[0-9]*\W/','',$k) === 'Hook') {
51
+            if (preg_replace('/\#[0-9]*\W/', '', $k) === 'Hook') {
52 52
                 $hooks++;
53 53
             }
54 54
 
Please login to merge, or discard this patch.