Skip to content

Commit 3dae070

Browse files
committed
wip
1 parent a81e762 commit 3dae070

49 files changed

Lines changed: 172 additions & 172 deletions

Some content is hidden

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

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<p align="center">
22
<a href="https://github.com/pronamic/wp-documentor">
3-
<img src="logos/pronamic-wp-documentor.svgo-min.svg" alt="Pronamic WordPress Documentor" width="128" height="128">
3+
<img src="logos/pronamic-wp-documentor.svgo-min.svg" alt="SolveBeam WordPress Hooks Documentor" width="128" height="128">
44
</a>
55
</p>
66

7-
<h1 align="center">Pronamic WordPress Documentor</h1>
7+
<h1 align="center">SolveBeam WordPress Hooks Documentor</h1>
88

99
<p align="center">
10-
Pronamic WordPress Documentor is a tool to automatically extract data about the <strong>actions</strong> and <strong>filters</strong> of your WordPress theme or plugin.
10+
SolveBeam WordPress Hooks Documentor is a tool to automatically extract data about the <strong>actions</strong> and <strong>filters</strong> of your WordPress theme or plugin.
1111
</p>
1212

1313
[![Latest Stable Version](https://poser.pugx.org/pronamic/wp-documentor/v)](//packagist.org/packages/pronamic/wp-documentor)
@@ -28,15 +28,15 @@
2828

2929
### Installation
3030

31-
To start documenting your WordPress filters and actions, require Pronamic WordPress Documentor in Composer:
31+
To start documenting your WordPress filters and actions, require SolveBeam WordPress Hooks Documentor in Composer:
3232

3333
```
3434
composer require pronamic/wp-documentor --dev
3535
```
3636

3737
### First Run
3838

39-
To let Pronamic WordPress Documentor analyse your codebase, you have to use the `parse` command and point it to the right directory:
39+
To let SolveBeam WordPress Hooks Documentor analyse your codebase, you have to use the `parse` command and point it to the right directory:
4040

4141
```
4242
vendor/bin/wp-documentor parse src
@@ -170,4 +170,4 @@ Here is a list of alternatives that we found. However, none of these satisfied o
170170
- https://github.com/phpDocumentor/phpDocumentor/issues/2865
171171
- https://github.com/themeblvd/hookster
172172

173-
[![Pronamic - Work with us](https://github.com/pronamic/brand-resources/blob/main/banners/pronamic-work-with-us-leaderboard-728x90%404x.png)](https://www.pronamic.eu/contact/)
173+
[![SolveBeam - Work with us](https://github.com/pronamic/brand-resources/blob/main/banners/pronamic-work-with-us-leaderboard-728x90%404x.png)](https://www.pronamic.eu/contact/)

bin/wp-documentor

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
namespace Pronamic\WordPress\Documentor;
4+
namespace SolveBeam\WordPress\Documentor;
55

66
/**
77
* Autoload.
@@ -35,7 +35,7 @@ use Symfony\Component\Console\Output\StreamOutput;
3535
use Symfony\Component\Console\Style\SymfonyStyle;
3636
use Symfony\Component\Finder\Finder;
3737

38-
$application = new Application( 'Pronamic WordPress Documentor', '1.1.1' );
38+
$application = new Application( 'SolveBeam WordPress Hooks Documentor', '1.1.1' );
3939

4040
$application->register( 'parse' )
4141
->addArgument( 'source', InputArgument::REQUIRED, 'Directory to scan for hooks extraction.' )
@@ -112,7 +112,7 @@ $application->register( 'parse' )
112112

113113
/**
114114
* Progress Bar.
115-
*
115+
*
116116
* @link https://symfony.com/doc/current/components/console/helpers/progressbar.html
117117
*/
118118
$progress_bar = new ProgressBar( $output, \iterator_count( $finder ) );
@@ -134,7 +134,7 @@ $application->register( 'parse' )
134134

135135
/**
136136
* Prefixes.
137-
*
137+
*
138138
* @link https://github.com/pronamic/wp-documentor/pull/10
139139
*/
140140
$documentor->prefixes = (array) $input->getOption( 'prefix' );
@@ -173,7 +173,7 @@ $application->register( 'parse' )
173173
*/
174174
$printer = null;
175175

176-
$format = $input->getOption( 'format' );
176+
$format = $input->getOption( 'format' );
177177

178178
switch ( $format ) {
179179
case 'default':

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "GPL-2.0-or-later",
1313
"authors": [
1414
{
15-
"name": "Pronamic",
15+
"name": "SolveBeam",
1616
"email": "info@pronamic.eu",
1717
"homepage": "https://www.pronamic.eu/",
1818
"role": "Company"
@@ -26,7 +26,7 @@
2626
],
2727
"autoload": {
2828
"psr-4": {
29-
"Pronamic\\WordPress\\Documentor\\": "src"
29+
"SolveBeam\\WordPress\\Documentor\\": "src"
3030
}
3131
},
3232
"bin": [

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Pronamic WordPress Documentor
1+
SolveBeam WordPress Hooks Documentor
22
-----------------------------

logos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ https://www.svgrepo.com/svg/234324/hook-crane
88

99
Name | HTML | Link
1010
--------------- | --------- | ----
11-
Pronamic Orange | `#F9461C` | https://github.com/pronamic/huisstijl/blob/master/info.txt
11+
SolveBeam Orange | `#F9461C` | https://github.com/pronamic/huisstijl/blob/master/info.txt
1212
WordPress Blue | `#0073AA` | https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
1313

1414
## SVG Optimizer

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22

3-
<ruleset name="Pronamic WordPress Documentor rules">
3+
<ruleset name="SolveBeam WordPress Hooks Documentor rules">
44
<file>.</file>
55

66
<arg name="colors"/>

phpdoc.dist.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xmlns="https://www.phpdoc.org"
77
xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd"
88
>
9-
<title>Pronamic WordPress Documentor</title>
9+
<title>SolveBeam WordPress Hooks Documentor</title>
1010

1111
<paths>
1212
<output>build/api</output>

src/Argument.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
/**
33
* Argument
44
*
5-
* @author Pronamic <info@pronamic.eu>
6-
* @copyright 2005-2022 Pronamic
5+
* @author SolveBeam <info@pronamic.eu>
6+
* @copyright 2005-2022 SolveBeam
77
* @license GPL-3.0-or-later
8-
* @package Pronamic\WordPress\Documentor
8+
* @package SolveBeam\WordPress\Documentor
99
*/
1010

11-
namespace Pronamic\WordPress\Documentor;
11+
namespace SolveBeam\WordPress\Documentor;
1212

1313
use phpDocumentor\Reflection\DocBlock\Tags\Param;
1414
use PhpParser\Node\Arg;

src/Changelog.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
/**
33
* Changelog
44
*
5-
* @author Pronamic <info@pronamic.eu>
6-
* @copyright 2005-2022 Pronamic
5+
* @author SolveBeam <info@pronamic.eu>
6+
* @copyright 2005-2022 SolveBeam
77
* @license GPL-3.0-or-later
8-
* @package Pronamic\WordPress\Documentor
8+
* @package SolveBeam\WordPress\Documentor
99
*/
1010

11-
namespace Pronamic\WordPress\Documentor;
11+
namespace SolveBeam\WordPress\Documentor;
1212

1313
use ArrayIterator;
1414
use Countable;

src/ChangelogFactory.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
/**
33
* Changelog Factory
44
*
5-
* @author Pronamic <info@pronamic.eu>
6-
* @copyright 2005-2022 Pronamic
5+
* @author SolveBeam <info@pronamic.eu>
6+
* @copyright 2005-2022 SolveBeam
77
* @license GPL-3.0-or-later
8-
* @package Pronamic\WordPress\Documentor
8+
* @package SolveBeam\WordPress\Documentor
99
*/
1010

11-
namespace Pronamic\WordPress\Documentor;
11+
namespace SolveBeam\WordPress\Documentor;
1212

1313
use phpDocumentor\Reflection\DocBlock as PhpDocBlock;
1414
use phpDocumentor\Reflection\DocBlock\Tags\Since as PhpDocSince;

0 commit comments

Comments
 (0)