Skip to content

Commit

Permalink
[BUGFIX] Change package name in class doc header
Browse files Browse the repository at this point in the history
Related: #76
  • Loading branch information
extcode committed Apr 14, 2020
1 parent db49ccc commit be360f1
Show file tree
Hide file tree
Showing 42 changed files with 43 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Classes/Controller/ActionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Controller;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/AddressController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Controller;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/Backend/CompanyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Controller\Backend;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/Backend/ContactController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Controller\Backend;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/CompanyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Controller;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/ContactController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Controller;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/DataHandler/EvalFloat8.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\DataHandler;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Country.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Dto/Demand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Domain\Model\Dto;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Dto/EmConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Domain\Model\Dto;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Phone.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/TtContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Repository/AddressRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Domain\Repository;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Repository/CategoryRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Domain\Repository;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Repository/CompanyRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Domain\Repository;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Repository/ContactRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Domain\Repository;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Repository/CountryRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Domain\Repository;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Repository/PhoneRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Domain\Repository;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Hooks/DataHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Hooks;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Hooks/GoogleMapHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Hooks;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Hooks/ItemsProcFunc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Hooks;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Utility/EmConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Utility;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Utility/TemplateLayout.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Utility;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Classes/ViewHelpers/Backend/EditRecordViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\ViewHelpers\Backend;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ EXT:contacts is a TYPO3 extension for handling contacts (companies, persons).

#### Installation using Composer

The recommended way to install the extension is by using [Composer][2]. In your Composer based TYPO3 project root, just do `composer require extcode/cart`.
The recommended way to install the extension is by using [Composer][2].
In your Composer based TYPO3 project root, just do `composer require extcode/contacts`.

#### Installation as extension from TYPO3 Extension Repository (TER)

Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Controller/AddressControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Tests\Unit\Controller;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Controller/CompanyControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Tests\Unit\Controller;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Controller/ContactControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Tests\Unit\Controller;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Domain/Model/AddressTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Tests\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Domain/Model/CompanyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Tests\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Domain/Model/ContactTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Tests\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Domain/Model/CountryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Tests\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Domain/Model/PhoneTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Tests\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Domain/Repository/AddressRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Tests\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Domain/Repository/CompanyRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Tests\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Domain/Repository/ContactRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Tests\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Domain/Repository/CountryRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Countrys\Tests\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Domain/Repository/PhoneRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Extcode\Contacts\Tests\Domain\Model;

/*
* This file is part of the package extcode/cart.
* This file is part of the package extcode/contacts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
Expand Down

0 comments on commit be360f1

Please sign in to comment.