Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1819 from localheinz/fix/header
Browse files Browse the repository at this point in the history
Fix: Remove unnecessary class-level DocBlocks
  • Loading branch information
fzaninotto committed Nov 27, 2019
2 parents 574cc71 + 5417d43 commit 2afefd7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions src/Faker/Provider/en_NG/Person.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

// data source

namespace Faker\Provider\en_NG;

class Person extends \Faker\Provider\Person
Expand Down
3 changes: 0 additions & 3 deletions test/Faker/Provider/ProviderOverrideTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<?php
/**
* @author Mark van der Velden <mark@dynom.nl>
*/

namespace Faker\Test\Provider;

Expand Down
5 changes: 0 additions & 5 deletions test/Faker/Provider/es_VE/CompanyTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Created by Domingo Oropeza <dioh_@hotmail.com> for Faker
* Date: 01/09/2017
* Time: 09:45 PM
*/

namespace Faker\Test\Provider\es_VE;

Expand Down
5 changes: 0 additions & 5 deletions test/Faker/Provider/es_VE/PersonTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Created by Domingo Oropeza for Faker
* Date: 01/09/2017
* Time: 11:02 PM
*/

namespace Faker\Test\Provider\es_VE;

Expand Down

0 comments on commit 2afefd7

Please sign in to comment.