Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cacing69/cquery
Browse files Browse the repository at this point in the history
  • Loading branch information
cacing69 committed Sep 14, 2023
2 parents 4fb808f + 927faed commit d9f901c
Show file tree
Hide file tree
Showing 33 changed files with 0 additions and 33 deletions.
1 change: 0 additions & 1 deletion src/CallbackExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery;
Expand Down
1 change: 0 additions & 1 deletion src/Cquery.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery;
Expand Down
1 change: 0 additions & 1 deletion src/CqueryException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery;
Expand Down
1 change: 0 additions & 1 deletion src/Definer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery;
Expand Down
1 change: 0 additions & 1 deletion src/DefinerExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


namespace Cacing69\Cquery;

use Cacing69\Cquery\Expression\ClosureCallbackExpression;
Expand Down
1 change: 0 additions & 1 deletion src/Expression/AppendNodeCallbackExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Expression;
Expand Down
1 change: 0 additions & 1 deletion src/Expression/AttributeCallbackExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Expression;
Expand Down
1 change: 0 additions & 1 deletion src/Expression/ClosureCallbackExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Expression;
Expand Down
1 change: 0 additions & 1 deletion src/Expression/DefaultCallbackExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Expression;
Expand Down
1 change: 0 additions & 1 deletion src/Expression/FloatCallbackExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Expression;
Expand Down
1 change: 0 additions & 1 deletion src/Expression/IntegerCallbackExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Expression;
Expand Down
1 change: 0 additions & 1 deletion src/Expression/LengthCallbackExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Expression;
Expand Down
1 change: 0 additions & 1 deletion src/Expression/LowerCallbackExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Expression;
Expand Down
1 change: 0 additions & 1 deletion src/Expression/ReplaceCallbackExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Expression;
Expand Down
1 change: 0 additions & 1 deletion src/Expression/ReverseCallbackExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Expression;
Expand Down
1 change: 0 additions & 1 deletion src/Expression/SingleQuotesCallbackExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Expression;
Expand Down
1 change: 0 additions & 1 deletion src/Expression/StringCallbackExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Expression;
Expand Down
1 change: 0 additions & 1 deletion src/Expression/UpperCallbackExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Expression;
Expand Down
1 change: 0 additions & 1 deletion src/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery;
Expand Down
1 change: 0 additions & 1 deletion src/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery;
Expand Down
1 change: 0 additions & 1 deletion src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery;
Expand Down
1 change: 0 additions & 1 deletion src/ParserExpressionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


namespace Cacing69\Cquery;

interface ParserExpressionInterface
Expand Down
1 change: 0 additions & 1 deletion src/RegisterExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


namespace Cacing69\Cquery;

use Cacing69\Cquery\Expression\AppendCallbackExpression;
Expand Down
1 change: 0 additions & 1 deletion src/Support/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


namespace Cacing69\Cquery\Support;

use Doctrine\Common\Collections\ArrayCollection;
Expand Down
1 change: 0 additions & 1 deletion src/Support/RegExp.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


namespace Cacing69\Cquery\Support;

class RegExp
Expand Down
1 change: 0 additions & 1 deletion src/Trait/HasAliasProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Trait;
Expand Down
1 change: 0 additions & 1 deletion src/Trait/HasCallbackProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Trait;
Expand Down
1 change: 0 additions & 1 deletion src/Trait/HasDefinersProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Trait;
Expand Down
1 change: 0 additions & 1 deletion src/Trait/HasFiltersProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Trait;
Expand Down
1 change: 0 additions & 1 deletion src/Trait/HasNodeProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Trait;
Expand Down
1 change: 0 additions & 1 deletion src/Trait/HasOperatorProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Trait;
Expand Down
1 change: 0 additions & 1 deletion src/Trait/HasRawProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Trait;
Expand Down
1 change: 0 additions & 1 deletion src/Trait/HasSourceProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/


declare(strict_types=1);

namespace Cacing69\Cquery\Trait;
Expand Down

0 comments on commit d9f901c

Please sign in to comment.