File tree 1 file changed +5
-4
lines changed
src/SplitIO/Component/Common
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 10
10
class Di
11
11
{
12
12
const SAME_APIKEY = "Factory Instantiation: You already have %s factory/factories with this API Key. "
13
- . "We recommend keeping only one instance of the factory at all times (Singleton pattern) and reusing it throughout your application. " ;
13
+ . "We recommend keeping only one instance of the factory at all times (Singleton pattern) and "
14
+ . "reusing it throughout your application. " ;
14
15
15
- const MULTIPLE_INSTANCES = "Factory Instantiation: You already have an instance of the Split factory. " .
16
- "Make sure you definitely want this additional instance. We recommend keeping only one instance of the factory at all times " .
17
- " (Singleton pattern) and reusing it throughout your application. " ;
16
+ const MULTIPLE_INSTANCES = "Factory Instantiation: You already have an instance of the Split factory. "
17
+ . "Make sure you definitely want this additional instance. We recommend keeping only one instance of "
18
+ . " the factory at all times (Singleton pattern) and reusing it throughout your application. " ;
18
19
19
20
private \SplitIO \Component \Log \Logger $ logger ;
20
21
You can’t perform that action at this time.
0 commit comments