File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/SplitIO/Component/Common Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1010class Di
1111{
1212 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. " ;
1415
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. " ;
1819
1920 private \SplitIO \Component \Log \Logger $ logger ;
2021
You can’t perform that action at this time.
0 commit comments