Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove forbidden @author tag from framework (part 1) #37018

Open
wants to merge 22 commits into
base: 2.4-develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fe21ce4
Remove forbidden @author tag
fredden Mar 7, 2023
83aa1e9
Merge remote-tracking branch 'upstream/2.4-develop' into no-author/fr…
fredden Mar 20, 2023
97ae81f
Comply with coding standard
fredden Mar 20, 2023
c49ea51
Merge branch '2.4-develop' into no-author/framework-01
engcom-Lima May 18, 2023
08aaf0a
Merge branch '2.4-develop' into no-author/framework-01
engcom-Echo Sep 21, 2023
f25a36d
Fixed static test failures.
engcom-Echo Dec 18, 2023
a880da5
Merge branch '2.4-develop' into no-author/framework-01
engcom-Echo Dec 18, 2023
0e80fb7
Merge branch '2.4-develop' into no-author/framework-01
engcom-Charlie Jun 4, 2024
ebbc7c3
Merge branch '2.4-develop' into no-author/framework-01
fredden Jun 5, 2024
81354ea
Merge branch '2.4-develop' into no-author/framework-01
engcom-Charlie Jun 6, 2024
cc0848d
Merge branch '2.4-develop' into no-author/framework-01
engcom-Charlie Sep 6, 2024
db55613
Merge branch '2.4-develop' into no-author/framework-01
engcom-Charlie Sep 10, 2024
99eabf0
Merge branch '2.4-develop' into no-author/framework-01
engcom-Charlie Sep 12, 2024
4a3bdcf
Merge branch '2.4-develop' into no-author/framework-01
engcom-Charlie Sep 13, 2024
0a808ab
Merge branch '2.4-develop' into no-author/framework-01
engcom-Charlie Sep 16, 2024
fd659bb
Fixing SVC error
Oct 1, 2024
3e157cf
Merge branch '2.4-develop' into no-author/framework-01
engcom-Charlie Oct 1, 2024
0a8fcca
Revert "Fixing SVC error"
fredden Oct 1, 2024
039a0b1
Merge branch '2.4-develop' into no-author/framework-01
engcom-Charlie Oct 3, 2024
ee9550a
Merge branch '2.4-develop' into no-author/framework-01
engcom-Charlie Dec 3, 2024
b35a173
Merge branch '2.4-develop' into no-author/framework-01
engcom-Charlie Dec 4, 2024
1f281a3
Merge branch '2.4-develop' into no-author/framework-01
engcom-Charlie Dec 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/Archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

/**
* Class to work with archives
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Archive
{
Expand Down
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/Archive/AbstractArchive.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Class to work with archives
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Framework\Archive;

Expand Down
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/Archive/ArchiveInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Interface for work with archives
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Framework\Archive;

Expand Down
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/Archive/Bz.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Class to work with bzip2 archives
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Framework\Archive;

Expand Down
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/Archive/Gz.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Class to work with gz archives
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Framework\Archive;

Expand Down
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/Archive/Tar.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

/**
* Class to work with tar archives
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Tar extends \Magento\Framework\Archive\AbstractArchive implements \Magento\Framework\Archive\ArchiveInterface
{
Expand Down
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/Backup/Archive/Tar.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Extended version of \Magento\Framework\Archive\Tar that supports filtering
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Framework\Backup\Archive;

Expand Down
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/Backup/BackupInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Interface for work with archives
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Framework\Backup;

Expand Down
1 change: 0 additions & 1 deletion lib/internal/Magento/Framework/Backup/Db.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
/**
* Class to work with database backups
*
* @author Magento Core Team <core@magentocommerce.com>
* @api
* @since 100.0.2
*/
Expand Down
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/Backup/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

/**
* Class to work with filesystem backups
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Filesystem extends AbstractBackup
{
Expand Down
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/Backup/Filesystem/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

/**
* Filesystem helper
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Helper
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* File lines iterator
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class File extends \SplFileObject
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Filter \Iterator
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Framework\Backup\Filesystem\Iterator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

/**
* Rollback worker for rolling back via local filesystem
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Fs extends AbstractRollback
{
Expand Down
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/Backup/Media.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Class to work media folder and database backups
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Media extends Snapshot
{
Expand Down
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/Backup/Nomedia.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Class to work system backup that excludes media folder
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Nomedia extends \Magento\Framework\Backup\Media
{
Expand Down
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/Backup/Snapshot.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Class to work with full filesystem and database backups
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Framework\Backup;

Expand Down
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/DB/Statement/Parameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* way to the query.
* Most used properties and methods are defined in interface. Specific things for concrete DB adapter can be
* transmitted using 'addtional' property (\Magento\Framework\DataObject) as a container.
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Parameter
{
Expand Down
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

/**
* Mysql DB Statement
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Mysql extends \Zend_Db_Statement_Pdo
{
Expand Down
2 changes: 0 additions & 2 deletions lib/internal/Magento/Framework/Data/Form/AbstractForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

/**
* Abstract class for form, column and fieldset
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class AbstractForm extends \Magento\Framework\DataObject
{
Expand Down