Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
anis
anis-server
Commits
346dad1d
Commit
346dad1d
authored
Nov 25, 2020
by
François Agneray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix phpcs errors
parent
052e4ddf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/Entity/Select.php
src/Entity/Select.php
+1
-1
tests/Action/OptionActionTest.php
tests/Action/OptionActionTest.php
+0
-1
No files found.
src/Entity/Select.php
View file @
346dad1d
...
...
@@ -59,7 +59,7 @@ class Select implements \JsonSerializable
{
$this
->
label
=
$label
;
}
public
function
jsonSerialize
()
{
return
[
...
...
tests/Action/OptionActionTest.php
View file @
346dad1d
...
...
@@ -108,7 +108,6 @@ final class OptionActionTest extends TestCase
private
function
addAnOption
():
Option
{
$select
=
$this
->
addSelect
();
$option
=
new
Option
(
$select
);
$option
->
setLabel
(
'ID'
);
$option
->
setValue
(
'ID'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment