Skip to content

Commit ad6c40c

Browse files
committed
updated log lines
1 parent 86cc2bc commit ad6c40c

File tree

1 file changed

+5
-4
lines changed
  • src/SplitIO/Component/Common

1 file changed

+5
-4
lines changed

src/SplitIO/Component/Common/Di.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
class 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

0 commit comments

Comments
 (0)