Skip to content

Commit 145b8fb

Browse files
committed
#227: Boards integration coding standards III
1 parent b15b6ef commit 145b8fb

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

src/Board/Board.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
class Board implements \JsonSerializable
88
{
9-
109
use ClassSerialize;
1110

1211
/** @var int */
@@ -41,7 +40,7 @@ public function getId()
4140
*/
4241
public function getSelf()
4342
{
44-
return $this->self;
43+
return $this->self;
4544
}
4645

4746
/**
@@ -74,5 +73,4 @@ public function jsonSerialize()
7473
return !is_null($var);
7574
});
7675
}
77-
7876
}

src/Board/BoardService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ public function getBoardIssues($id, $paramArray = [])
5353

5454
return $board;
5555
}
56-
5756
}

src/Board/Location.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,4 @@ public function jsonSerialize()
9090
return !is_null($var);
9191
});
9292
}
93-
9493
}

0 commit comments

Comments
 (0)