Skip to content

Commit cd52269

Browse files
committed
typos
1 parent ed06e30 commit cd52269

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/PhpGenerator/Method.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,6 @@ public function isVariadic()
372372
}
373373

374374

375-
376-
377375
/**
378376
* @param string|NULL
379377
* @return self
@@ -435,6 +433,7 @@ public function setNamespace(PhpNamespace $val = NULL)
435433
return $this;
436434
}
437435

436+
438437
/**
439438
* @param string|NULL
440439
* @return self

src/PhpGenerator/Property.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ public function getVisibility()
134134
}
135135

136136

137-
138-
139137
/**
140138
* @param string|NULL
141139
* @return self

0 commit comments

Comments
 (0)