File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -50,18 +50,6 @@ public function lateCollect()
50
50
}
51
51
}
52
52
53
- /**
54
- * Gets the called events.
55
- *
56
- * @return array An array of called events
57
- *
58
- * @see TraceableEventDispatcherInterface
59
- */
60
- public function countErrors ()
61
- {
62
- return isset ($ this ->data ['error_count ' ]) ? $ this ->data ['error_count ' ] : 0 ;
63
- }
64
-
65
53
/**
66
54
* Gets the logs.
67
55
*
@@ -77,6 +65,11 @@ public function getPriorities()
77
65
return isset ($ this ->data ['priorities ' ]) ? $ this ->data ['priorities ' ] : array ();
78
66
}
79
67
68
+ public function countErrors ()
69
+ {
70
+ return isset ($ this ->data ['error_count ' ]) ? $ this ->data ['error_count ' ] : 0 ;
71
+ }
72
+
80
73
public function countDeprecations ()
81
74
{
82
75
return isset ($ this ->data ['deprecation_count ' ]) ? $ this ->data ['deprecation_count ' ] : 0 ;
You can’t perform that action at this time.
0 commit comments