Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
U
unleash-client-php
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Merge Requests
2
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
unleash-client-php
Commits
597a34e3
Commit
597a34e3
authored
40 minutes ago
by
Emiliano Balbuena
Browse files
Options
Download
(cs): Lint
parent
a5bfa7b9
goal/clean-up-unleash-client
1 merge request
!2
WIP: Clean up and strategies
Pipeline
#105784506
passed with stage
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
spec/Minds/UnleashClient/Helpers/NormalizedValueSpec.php
View file @
597a34e3
...
...
@@ -8,7 +8,7 @@ use Prophecy\Argument;
class
NormalizedValueSpec
extends
ObjectBehavior
{
function
it_is_initializable
()
public
function
it_is_initializable
()
{
$this
->
shouldHaveType
(
NormalizedValue
::
class
);
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment