Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc597d89

Browse files
committed
removes unnecessary newline in comments
1 parent1cecbab commitc597d89

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

‎Behavioral/Specification/Either.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class Either extends AbstractSpecification
1515
*
1616
* @param SpecificationInterface $left
1717
* @param SpecificationInterface $right
18-
1918
*/
2019
publicfunction__construct(SpecificationInterface$left,SpecificationInterface$right)
2120
{

‎Behavioral/Specification/Item.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class Item
1212
* An item must have a price
1313
*
1414
* @param int $price
15-
1615
*/
1716
publicfunction__construct($price)
1817
{

‎Behavioral/Specification/Not.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class Not extends AbstractSpecification
1313
* Creates a new specification wrapping another
1414
*
1515
* @param SpecificationInterface $spec
16-
1716
*/
1817
publicfunction__construct(SpecificationInterface$spec)
1918
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp