This repository was archived by the owner on Feb 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function ($alias) use ($aliases) {
33
33
}
34
34
35
35
return new self (sprintf (
36
- "A cycle was detected within the provided aliases: \n\n%s "
36
+ "Cycles were detected within the provided aliases: \n\n%s "
37
37
. "\n\nThe cycle was detected in the following alias map: \n\n%s " ,
38
38
self ::printCycles (self ::deDuplicateDetectedCycles ($ detectedCycles )),
39
39
self ::printReferencesMap ($ aliases )
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public function aliasesProvider()
90
90
'b ' => 'a ' ,
91
91
'a ' => 'b ' ,
92
92
],
93
- 'A cycle was detected within the provided aliases:
93
+ 'Cycles were detected within the provided aliases:
94
94
95
95
[
96
96
"b" => "a" => "b"
@@ -109,7 +109,7 @@ public function aliasesProvider()
109
109
'c ' => 'b ' ,
110
110
'a ' => 'c ' ,
111
111
],
112
- 'A cycle was detected within the provided aliases:
112
+ 'Cycles were detected within the provided aliases:
113
113
114
114
[
115
115
"b" => "a" => "c" => "b"
@@ -129,7 +129,7 @@ public function aliasesProvider()
129
129
'a ' => 'b ' ,
130
130
'd ' => 'c ' ,
131
131
],
132
- 'A cycle was detected within the provided aliases:
132
+ 'Cycles were detected within the provided aliases:
133
133
134
134
[
135
135
"b" => "a" => "b"
@@ -149,7 +149,7 @@ public function aliasesProvider()
149
149
'a ' => 'b ' ,
150
150
'c ' => 'a ' ,
151
151
],
152
- 'A cycle was detected within the provided aliases:
152
+ 'Cycles were detected within the provided aliases:
153
153
154
154
[
155
155
"b" => "a" => "b"
You can’t perform that action at this time.
0 commit comments