You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/BaselineAnalyzer.php
+30-6Lines changed: 30 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,17 @@ final class BaselineAnalyzer
16
16
* @api
17
17
* @var string
18
18
*/
19
-
publicconstPROPERTY_TYPE_DEClARATION_SEA_LEVEL_MESSAGE = 'Out of %d possible property types, only %d %% actually have it. Add more property types to get over %d %%';
19
+
publicconstPROPERTY_TYPE_DEClARATION_SEA_LEVEL_MESSAGE = 'Out of %d possible property types, only %d - %.1f %% actually have it. Add more property types to get over %d %%';
20
20
/**
21
21
* @api
22
22
* @var string
23
23
*/
24
-
publicconstPARAM_TYPE_DEClARATION_SEA_LEVEL_MESSAGE = 'Out of %d possible param types, only %d %% actually have it. Add more param types to get over %d %%';
24
+
publicconstPARAM_TYPE_DEClARATION_SEA_LEVEL_MESSAGE = 'Out of %d possible param types, only %d - %.1f %% actually have it. Add more param types to get over %d %%';
25
25
/**
26
26
* @api
27
27
* @var string
28
28
*/
29
-
publicconstRETURN_TYPE_DEClARATION_SEA_LEVEL_MESSAGE = 'Out of %d possible return types, only %d %% actually have it. Add more return types to get over %d %%';
29
+
publicconstRETURN_TYPE_DEClARATION_SEA_LEVEL_MESSAGE = 'Out of %d possible return types, only %d - %.1f %% actually have it. Add more return types to get over %d %%';
30
30
31
31
/**
32
32
* @var Baseline
@@ -118,23 +118,47 @@ private function countUnusedSymbols(BaselineError $baselineError): int
0 commit comments