Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Nov 4, 2024
1 parent 0099e67 commit 7263d23
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 50 deletions.
2 changes: 0 additions & 2 deletions src/acfadapters/ButtonGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class ButtonGroup extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/Checkbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class Checkbox extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/ColorPicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class ColorPicker extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/DatePicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
use DateTime;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class DatePicker extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/DateTimePicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class DateTimePicker extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class Email extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
use craft\wpimport\importers\Media;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class File extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/IconPicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class IconPicker extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
use craft\wpimport\importers\Media;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class Image extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class Link extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/Number.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class Number extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/Oembed.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class Oembed extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/PageLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class PageLink extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/Radio.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class Radio extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/Range.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class Range extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/Relationship.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class Relationship extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class Select extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/Taxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
use yii\base\NotSupportedException;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class Taxonomy extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class Text extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/TextArea.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class TextArea extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/TimePicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class TimePicker extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/TrueFalse.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class TrueFalse extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class Url extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
use craft\wpimport\importers\User as UserImporter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class User extends BaseAcfAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/acfadapters/Wysiwyg.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
use craft\wpimport\BaseAcfAdapter;

/**
* Base block transformer class
*
* @author Pixel & Tonic, Inc. <[email protected]>
*/
class Wysiwyg extends BaseAcfAdapter
Expand Down

0 comments on commit 7263d23

Please sign in to comment.