Skip to content

Commit

Permalink
typo (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
mildabre authored and dg committed Mar 18, 2024
1 parent 2c1a0df commit dab7bea
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion best-practices/bg/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down
2 changes: 1 addition & 1 deletion best-practices/cs/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down
2 changes: 1 addition & 1 deletion best-practices/de/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down
2 changes: 1 addition & 1 deletion best-practices/el/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down
2 changes: 1 addition & 1 deletion best-practices/en/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down
2 changes: 1 addition & 1 deletion best-practices/es/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down
2 changes: 1 addition & 1 deletion best-practices/fr/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down
2 changes: 1 addition & 1 deletion best-practices/hu/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down
2 changes: 1 addition & 1 deletion best-practices/it/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down
2 changes: 1 addition & 1 deletion best-practices/pl/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down
2 changes: 1 addition & 1 deletion best-practices/pt/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down
2 changes: 1 addition & 1 deletion best-practices/ro/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down
2 changes: 1 addition & 1 deletion best-practices/ru/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down
2 changes: 1 addition & 1 deletion best-practices/sl/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down
2 changes: 1 addition & 1 deletion best-practices/tr/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down
2 changes: 1 addition & 1 deletion best-practices/uk/form-reuse.texy
Expand Up @@ -335,7 +335,7 @@ class MyPresenter extends Nette\Application\UI\Presenter
) {
}

protected function createComponentEditForm(): Form
protected function createComponentEditForm(): EditControl
{
$control = $this->controlFactory->create();

Expand Down

0 comments on commit dab7bea

Please sign in to comment.