Skip to content

Commit

Permalink
[FEATURE] [BACI-154] Added strict_types=1 and added License
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisvoncken committed Oct 22, 2020
1 parent f7ee8d5 commit 24c2166
Show file tree
Hide file tree
Showing 67 changed files with 282 additions and 567 deletions.
10 changes: 3 additions & 7 deletions Api/Data/TranslationInterface.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
/**
* Collect missing translations in specified folder or the entire Magento 2 Root
* Copyright (C) 2016 Lewis Voncken
*
* This file included in Experius/MissingTranslations is licensed under OSL 3.0
*
* http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* Please see LICENSE.txt for the full text of the OSL 3.0 license
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Api\Data;

Expand Down
10 changes: 3 additions & 7 deletions Api/Data/TranslationSearchResultsInterface.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
/**
* Collect missing translations in specified folder or the entire Magento 2 Root
* Copyright (C) 2016 Lewis Voncken
*
* This file included in Experius/MissingTranslations is licensed under OSL 3.0
*
* http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* Please see LICENSE.txt for the full text of the OSL 3.0 license
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Api\Data;

Expand Down
10 changes: 3 additions & 7 deletions Api/TranslationRepositoryInterface.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
/**
* Collect missing translations in specified folder or the entire Magento 2 Root
* Copyright (C) 2016 Lewis Voncken
*
* This file included in Experius/MissingTranslations is licensed under OSL 3.0
*
* http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* Please see LICENSE.txt for the full text of the OSL 3.0 license
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Api;

Expand Down
10 changes: 3 additions & 7 deletions Block/Adminhtml/Translation/Edit/BackButton.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
/**
* Collect missing translations in specified folder or the entire Magento 2 Root
* Copyright (C) 2016 Lewis Voncken
*
* This file included in Experius/MissingTranslations is licensed under OSL 3.0
*
* http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* Please see LICENSE.txt for the full text of the OSL 3.0 license
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Block\Adminhtml\Translation\Edit;

Expand Down
10 changes: 3 additions & 7 deletions Block/Adminhtml/Translation/Edit/DeleteButton.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
/**
* Collect missing translations in specified folder or the entire Magento 2 Root
* Copyright (C) 2016 Lewis Voncken
*
* This file included in Experius/MissingTranslations is licensed under OSL 3.0
*
* http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* Please see LICENSE.txt for the full text of the OSL 3.0 license
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Block\Adminhtml\Translation\Edit;

Expand Down
10 changes: 3 additions & 7 deletions Block/Adminhtml/Translation/Edit/GenericButton.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
/**
* Collect missing translations in specified folder or the entire Magento 2 Root
* Copyright (C) 2016 Lewis Voncken
*
* This file included in Experius/MissingTranslations is licensed under OSL 3.0
*
* http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* Please see LICENSE.txt for the full text of the OSL 3.0 license
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Block\Adminhtml\Translation\Edit;

Expand Down
10 changes: 3 additions & 7 deletions Block/Adminhtml/Translation/Edit/SaveAndContinueButton.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
/**
* Collect missing translations in specified folder or the entire Magento 2 Root
* Copyright (C) 2016 Lewis Voncken
*
* This file included in Experius/MissingTranslations is licensed under OSL 3.0
*
* http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* Please see LICENSE.txt for the full text of the OSL 3.0 license
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Block\Adminhtml\Translation\Edit;

Expand Down
10 changes: 3 additions & 7 deletions Block/Adminhtml/Translation/Edit/SaveButton.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
/**
* Collect missing translations in specified folder or the entire Magento 2 Root
* Copyright (C) 2016 Lewis Voncken
*
* This file included in Experius/MissingTranslations is licensed under OSL 3.0
*
* http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* Please see LICENSE.txt for the full text of the OSL 3.0 license
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Block\Adminhtml\Translation\Edit;

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.1.0 (2020-10-22)

[View Release](git@github.com:experius/Magento-2-Module-Experius-MissingTranslations.git/commits/tag/3.1.0)

* [FEATURE] [BACI-154] Added strict_types=1 and added License *(Lewis Voncken)*


## 3.0.1 (2020-10-21)

[View Release](git@github.com:experius/Magento-2-Module-Experius-MissingTranslations.git/commits/tag/3.0.1)
Expand Down
6 changes: 6 additions & 0 deletions COPYING.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Copyright © 2020-present Experius B.V.

This file included in Experius/MissingTranslations is licensed under OSL 3.0

http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
Please see LICENSE.txt for the full text of the OSL 3.0 license
20 changes: 3 additions & 17 deletions Console/Command/CollectMissingTranslationsCommand.php
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
<?php
/**
* A Magento 2 module named Experius/MissingTranslations
* Copyright (C) 2018 Experius
*
* This file is part of Experius/MissingTranslations.
*
* Experius/MissingTranslations is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Console\Command;

Expand Down
20 changes: 3 additions & 17 deletions Console/Command/ExistingTranslationsToDatabase.php
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
<?php
/**
* A Magento 2 module named Experius/MissingTranslations
* Copyright (C) 2018 Experius
*
* This file is part of Experius/MissingTranslations.
*
* Experius/MissingTranslations is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Console\Command;

Expand Down
20 changes: 3 additions & 17 deletions Console/Command/MissingTranslationsToDatabase.php
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
<?php
/**
* A Magento 2 module named Experius/MissingTranslations
* Copyright (C) 2018 Experius
*
* This file is part of Experius/MissingTranslations.
*
* Experius/MissingTranslations is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Console\Command;

Expand Down
6 changes: 5 additions & 1 deletion Controller/Adminhtml/Ajax/Phrases.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

/**
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Controller\Adminhtml\Ajax;

Expand Down
10 changes: 3 additions & 7 deletions Controller/Adminhtml/Translation.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
/**
* Collect missing translations in specified folder or the entire Magento 2 Root
* Copyright (C) 2016 Lewis Voncken
*
* This file included in Experius/MissingTranslations is licensed under OSL 3.0
*
* http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* Please see LICENSE.txt for the full text of the OSL 3.0 license
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Controller\Adminhtml;

Expand Down
10 changes: 3 additions & 7 deletions Controller/Adminhtml/Translation/Delete.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
/**
* Collect missing translations in specified folder or the entire Magento 2 Root
* Copyright (C) 2016 Lewis Voncken
*
* This file included in Experius/MissingTranslations is licensed under OSL 3.0
*
* http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* Please see LICENSE.txt for the full text of the OSL 3.0 license
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Controller\Adminhtml\Translation;

Expand Down
10 changes: 3 additions & 7 deletions Controller/Adminhtml/Translation/Edit.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
/**
* Collect missing translations in specified folder or the entire Magento 2 Root
* Copyright (C) 2016 Lewis Voncken
*
* This file included in Experius/MissingTranslations is licensed under OSL 3.0
*
* http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* Please see LICENSE.txt for the full text of the OSL 3.0 license
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Controller\Adminhtml\Translation;

Expand Down
10 changes: 3 additions & 7 deletions Controller/Adminhtml/Translation/Index.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
/**
* Collect missing translations in specified folder or the entire Magento 2 Root
* Copyright (C) 2016 Lewis Voncken
*
* This file included in Experius/MissingTranslations is licensed under OSL 3.0
*
* http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* Please see LICENSE.txt for the full text of the OSL 3.0 license
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Controller\Adminhtml\Translation;

Expand Down
20 changes: 3 additions & 17 deletions Controller/Adminhtml/Translation/InlineEdit.php
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
<?php
/**
* A Magento 2 module named Experius/MissingTranslations
* Copyright (C) 2018 Experius
*
* This file is part of Experius/MissingTranslations.
*
* Experius/MissingTranslations is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Controller\Adminhtml\Translation;

Expand Down
10 changes: 3 additions & 7 deletions Controller/Adminhtml/Translation/NewAction.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
/**
* Collect missing translations in specified folder or the entire Magento 2 Root
* Copyright (C) 2016 Lewis Voncken
*
* This file included in Experius/MissingTranslations is licensed under OSL 3.0
*
* http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* Please see LICENSE.txt for the full text of the OSL 3.0 license
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Controller\Adminhtml\Translation;

Expand Down
20 changes: 3 additions & 17 deletions Controller/Adminhtml/Translation/Save.php
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
<?php
/**
* A Magento 2 module named Experius/MissingTranslations
* Copyright (C) 2018 Experius
*
* This file is part of Experius/MissingTranslations.
*
* Experius/MissingTranslations is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* Copyright © Experius B.V. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Experius\MissingTranslations\Controller\Adminhtml\Translation;

Expand Down
Loading

0 comments on commit 24c2166

Please sign in to comment.