Skip to content

Commit bfef638

Browse files
committed
Added new lines to the end of the changed files.
1 parent 1f0b8f2 commit bfef638

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/internal/Magento/Framework/Validator/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,4 +351,4 @@ protected function _applyArgumentsCallback(array $arguments)
351351
}
352352
return $arguments;
353353
}
354-
}
354+
}

lib/internal/Magento/Framework/Validator/Constraint/Property.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ protected function _addMessages(array $messages)
6060
{
6161
$this->_messages[$this->_property] = $messages;
6262
}
63-
}
63+
}

lib/internal/Magento/Framework/Validator/ConstraintFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ public function create(array $data = [])
5050
{
5151
return $this->_objectManager->create($this->_instanceName, $data);
5252
}
53-
}
53+
}

lib/internal/Magento/Framework/Validator/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ private function getFileIteratorFactory()
186186
}
187187
return $this->fileIteratorFactory;
188188
}
189-
}
189+
}

0 commit comments

Comments
 (0)