File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1919
2020use Optimizely \Utils \ConfigParser ;
2121
22- class FeatureFlag{
22+ class FeatureFlag
23+ {
2324
2425 /**
2526 * variable to hold feature flag ID
Original file line number Diff line number Diff line change 1717
1818namespace Optimizely \Entity ;
1919
20- class FeatureVariable{
20+ class FeatureVariable
21+ {
2122
2223 // Feature variable primitive types
2324 const BOOLEAN_TYPE = 'boolean ' ;
Original file line number Diff line number Diff line change 1919
2020use Optimizely \Utils \ConfigParser ;
2121
22- class Rollout{
22+ class Rollout
23+ {
2324
2425 /**
2526 * The ID of the rollout
Original file line number Diff line number Diff line change 1717
1818namespace Optimizely \Entity ;
1919
20- class VariableUsage{
20+ class VariableUsage
21+ {
2122
2223 /**
2324 * The ID of the live variable this usage is modifying
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments