Skip to content

Commit d6a8791

Browse files
committed
Remove @author from comment metadata
- We're doing this for ages in phpmyadmin repo - The comments get outdated over time - See issue #89 Signed-off-by: Michal Čihař <[email protected]>
1 parent 6aba52a commit d6a8791

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+0
-73
lines changed

src/Component.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
*
2121
* @category Components
2222
* @package SqlParser
23-
* @author Dan Ungureanu <[email protected]>
2423
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
2524
*/
2625
abstract class Component

src/Components/AlterOperation.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
* @category Components
2020
* @package SqlParser
2121
* @subpackage Components
22-
* @author Dan Ungureanu <[email protected]>
2322
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
2423
*/
2524
class AlterOperation extends Component

src/Components/Array2d.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
* @category Keywords
2020
* @package SqlParser
2121
* @subpackage Components
22-
* @author Dan Ungureanu <[email protected]>
2322
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
2423
*/
2524
class Array2d extends Component

src/Components/ArrayObj.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
* @category Components
2020
* @package SqlParser
2121
* @subpackage Components
22-
* @author Dan Ungureanu <[email protected]>
2322
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
2423
*/
2524
class ArrayObj extends Component

src/Components/Condition.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
* @category Keywords
2020
* @package SqlParser
2121
* @subpackage Components
22-
* @author Dan Ungureanu <[email protected]>
2322
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
2423
*/
2524
class Condition extends Component

src/Components/CreateDefinition.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
* @category Components
2525
* @package SqlParser
2626
* @subpackage Components
27-
* @author Dan Ungureanu <[email protected]>
2827
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
2928
*/
3029
class CreateDefinition extends Component

src/Components/DataType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
* @category Components
2020
* @package SqlParser
2121
* @subpackage Components
22-
* @author Dan Ungureanu <[email protected]>
2322
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
2423
*/
2524
class DataType extends Component

src/Components/Expression.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
* @category Components
2323
* @package SqlParser
2424
* @subpackage Components
25-
* @author Dan Ungureanu <[email protected]>
2625
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
2726
*/
2827
class Expression extends Component

src/Components/ExpressionArray.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
* @category Keywords
2020
* @package SqlParser
2121
* @subpackage Components
22-
* @author Dan Ungureanu <[email protected]>
2322
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
2423
*/
2524
class ExpressionArray extends Component

src/Components/FunctionCall.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
* @category Keywords
2020
* @package SqlParser
2121
* @subpackage Components
22-
* @author Dan Ungureanu <[email protected]>
2322
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
2423
*/
2524
class FunctionCall extends Component

0 commit comments

Comments
 (0)