Skip to content

Commit da0adae

Browse files
committed
minor stuff
1 parent 645001a commit da0adae

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

src/Optimizely/Entity/FeatureFlag.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919

2020
use Optimizely\Utils\ConfigParser;
2121

22-
class FeatureFlag{
22+
class FeatureFlag
23+
{
2324

2425
/**
2526
* variable to hold feature flag ID

src/Optimizely/Entity/FeatureVariable.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717

1818
namespace Optimizely\Entity;
1919

20-
class FeatureVariable{
20+
class FeatureVariable
21+
{
2122

2223
// Feature variable primitive types
2324
const BOOLEAN_TYPE = 'boolean';

src/Optimizely/Entity/Rollout.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919

2020
use Optimizely\Utils\ConfigParser;
2121

22-
class Rollout{
22+
class Rollout
23+
{
2324

2425
/**
2526
* The ID of the rollout

src/Optimizely/Entity/VariableUsage.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717

1818
namespace Optimizely\Entity;
1919

20-
class VariableUsage{
20+
class VariableUsage
21+
{
2122

2223
/**
2324
* The ID of the live variable this usage is modifying

src/Optimizely/Event/Builder/EventBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class EventBuilder
5959
* Helper function to get parameters common to impression and conversion events.
6060
*
6161
* @param $config ProjectConfig Configuration for the project.
62-
* @param $userId String ID of user.
62+
* @param $userId string ID of user.
6363
* @param $attributes array Attributes of the user.
6464
*
6565
* @return array Hash representing parameters which are common to both impression and conversion events.

0 commit comments

Comments
 (0)