Skip to content

Commit 64ded02

Browse files
committed
End files with new line
1 parent 7a910dd commit 64ded02

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66

77
## To Do
88

9-
1. Relationships
10-
2. Caching
9+
1. Caching

src/Finder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,4 @@ private function getEscapedTableName()
265265

266266
return $this->escaped_table_name;
267267
}
268-
}
268+
}

src/FinderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ public function execute();
6868
* @return string
6969
*/
7070
public function getType();
71-
}
71+
}

src/Object.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,4 +836,4 @@ public function jsonSerialize()
836836
$this->triggerEvent('on_json_serialize', [&$result]);
837837
return $result;
838838
}
839-
}
839+
}

src/ObjectInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,4 @@ public function &setFieldValue($field, $value);
237237
* @return $this
238238
*/
239239
public function &setAttribute($attribute, $value);
240-
}
240+
}

src/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,4 @@ public function createException()
358358

359359
return (new ValidationException($message))->setErrors($this->errors);
360360
}
361-
}
361+
}

src/ValidatorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ public function hasErrors();
8181
* @return ValidationException
8282
*/
8383
public function createException();
84-
}
84+
}

0 commit comments

Comments
 (0)