Skip to content

Add basic elements

Add basic elements #19

Triggered via pull request February 14, 2024 08:54
Status Failure
Total duration 57s
Artifacts

ci.yml

on: pull_request
0️⃣ Permission checks
3s
0️⃣ Permission checks
1️⃣ Syntax errors checks
13s
1️⃣ Syntax errors checks
5️⃣ Exported files checks
5s
5️⃣ Exported files checks
Matrix: 4️⃣ Coding standards checks
Matrix: 3️⃣ Static analysis checks
Matrix: 2️⃣ Unit tests
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 17 warnings
3️⃣ Static analysis checks (8.1, false): src/Elements/AbstractElement.php#L46
Property MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::$children type has no value type specified in iterable type array.
3️⃣ Static analysis checks (8.1, false): src/Elements/AbstractElement.php#L48
Property MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::$properties type has no value type specified in iterable type array.
3️⃣ Static analysis checks (8.1, false): src/Elements/AbstractElement.php#L50
Property MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::$globalAttributes type has no value type specified in iterable type array.
3️⃣ Static analysis checks (8.1, false): src/Elements/AbstractElement.php#L79
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::__construct() has parameter $attributes with no value type specified in iterable type array.
3️⃣ Static analysis checks (8.1, false): src/Elements/AbstractElement.php#L136
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::getChildContext() return type has no value type specified in iterable type array.
3️⃣ Static analysis checks (8.1, false): src/Elements/AbstractElement.php#L192
Part $value (array<string, string>|non-falsy-string) of encapsed string cannot be cast to string.
3️⃣ Static analysis checks (8.1, false): src/Elements/AbstractElement.php#L198
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::getStyles() return type has no value type specified in iterable type array.
3️⃣ Static analysis checks (8.1, false): src/Elements/AbstractElement.php#L200
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::styles() has parameter $styles with no type specified.
3️⃣ Static analysis checks (8.1, false): src/Elements/AbstractElement.php#L223
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::renderChildren() has no return type specified.
3️⃣ Static analysis checks (8.1, false): src/Elements/AbstractElement.php#L223
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::renderChildren() has parameter $children with no type specified.
3️⃣ Static analysis checks (8.2, true): src/Elements/AbstractElement.php#L46
Property MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::$children type has no value type specified in iterable type array.
3️⃣ Static analysis checks (8.2, true): src/Elements/AbstractElement.php#L48
Property MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::$properties type has no value type specified in iterable type array.
3️⃣ Static analysis checks (8.2, true): src/Elements/AbstractElement.php#L50
Property MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::$globalAttributes type has no value type specified in iterable type array.
3️⃣ Static analysis checks (8.2, true): src/Elements/AbstractElement.php#L79
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::__construct() has parameter $attributes with no value type specified in iterable type array.
3️⃣ Static analysis checks (8.2, true): src/Elements/AbstractElement.php#L136
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::getChildContext() return type has no value type specified in iterable type array.
3️⃣ Static analysis checks (8.2, true): src/Elements/AbstractElement.php#L192
Part $value (array<string, string>|non-falsy-string) of encapsed string cannot be cast to string.
3️⃣ Static analysis checks (8.2, true): src/Elements/AbstractElement.php#L198
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::getStyles() return type has no value type specified in iterable type array.
3️⃣ Static analysis checks (8.2, true): src/Elements/AbstractElement.php#L200
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::styles() has parameter $styles with no type specified.
3️⃣ Static analysis checks (8.2, true): src/Elements/AbstractElement.php#L223
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::renderChildren() has no return type specified.
3️⃣ Static analysis checks (8.2, true): src/Elements/AbstractElement.php#L223
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::renderChildren() has parameter $children with no type specified.
3️⃣ Static analysis checks (8.0, false): src/Elements/AbstractElement.php#L46
Property MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::$children type has no value type specified in iterable type array.
3️⃣ Static analysis checks (8.0, false): src/Elements/AbstractElement.php#L48
Property MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::$properties type has no value type specified in iterable type array.
3️⃣ Static analysis checks (8.0, false): src/Elements/AbstractElement.php#L50
Property MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::$globalAttributes type has no value type specified in iterable type array.
3️⃣ Static analysis checks (8.0, false): src/Elements/AbstractElement.php#L79
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::__construct() has parameter $attributes with no value type specified in iterable type array.
3️⃣ Static analysis checks (8.0, false): src/Elements/AbstractElement.php#L136
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::getChildContext() return type has no value type specified in iterable type array.
3️⃣ Static analysis checks (8.0, false): src/Elements/AbstractElement.php#L192
Part $value (array<string, string>|non-falsy-string) of encapsed string cannot be cast to string.
3️⃣ Static analysis checks (8.0, false): src/Elements/AbstractElement.php#L198
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::getStyles() return type has no value type specified in iterable type array.
3️⃣ Static analysis checks (8.0, false): src/Elements/AbstractElement.php#L200
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::styles() has parameter $styles with no type specified.
3️⃣ Static analysis checks (8.0, false): src/Elements/AbstractElement.php#L223
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::renderChildren() has no return type specified.
3️⃣ Static analysis checks (8.0, false): src/Elements/AbstractElement.php#L223
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::renderChildren() has parameter $children with no type specified.
3️⃣ Static analysis checks (7.4, false): src/Elements/AbstractElement.php#L46
Property MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::$children type has no value type specified in iterable type array.
3️⃣ Static analysis checks (7.4, false): src/Elements/AbstractElement.php#L48
Property MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::$properties type has no value type specified in iterable type array.
3️⃣ Static analysis checks (7.4, false): src/Elements/AbstractElement.php#L50
Property MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::$globalAttributes type has no value type specified in iterable type array.
3️⃣ Static analysis checks (7.4, false): src/Elements/AbstractElement.php#L79
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::__construct() has parameter $attributes with no value type specified in iterable type array.
3️⃣ Static analysis checks (7.4, false): src/Elements/AbstractElement.php#L136
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::getChildContext() return type has no value type specified in iterable type array.
3️⃣ Static analysis checks (7.4, false): src/Elements/AbstractElement.php#L192
Part $value (array<string, string>|non-falsy-string) of encapsed string cannot be cast to string.
3️⃣ Static analysis checks (7.4, false): src/Elements/AbstractElement.php#L198
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::getStyles() return type has no value type specified in iterable type array.
3️⃣ Static analysis checks (7.4, false): src/Elements/AbstractElement.php#L200
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::styles() has parameter $styles with no type specified.
3️⃣ Static analysis checks (7.4, false): src/Elements/AbstractElement.php#L223
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::renderChildren() has no return type specified.
3️⃣ Static analysis checks (7.4, false): src/Elements/AbstractElement.php#L223
Method MadeByDenis\PhpMjmlRenderer\Elements\AbstractElement::renderChildren() has parameter $children with no type specified.
0️⃣ Permission checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
1️⃣ Syntax errors checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
5️⃣ Exported files checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
4️⃣ Coding standards checks (7.4, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
2️⃣ Unit tests (8.0, false, highest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
2️⃣ Unit tests (8.1, false, highest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
4️⃣ Coding standards checks (8.0, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
3️⃣ Static analysis checks (8.1, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
4️⃣ Coding standards checks (8.1, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
3️⃣ Static analysis checks (8.2, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
3️⃣ Static analysis checks (8.0, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
3️⃣ Static analysis checks (7.4, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
2️⃣ Unit tests (7.4, false, highest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
2️⃣ Unit tests (8.2, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
2️⃣ Unit tests (8.0, false, lowest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
4️⃣ Coding standards checks (8.2, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
2️⃣ Unit tests (7.4, false, lowest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.