StadGent/php_package_services-opening-hours

View on GitHub

Showing 79 of 79 total issues

Similar blocks of code found in 4 locations. Consider refactoring.
Open

<?php

declare(strict_types=1);

namespace StadGent\Services\OpeningHours\Uri\Channel;
Severity: Major
Found in src/Uri/Channel/OpeningHoursWeekUri.php and 3 other locations - About 40 mins to fix
src/Uri/Channel/OpeningHoursDayUri.php on lines 1..35
src/Uri/Channel/OpeningHoursMonthUri.php on lines 1..35
src/Uri/Channel/OpeningHoursYearUri.php on lines 1..35

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 59.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 4 locations. Consider refactoring.
Open

<?php

declare(strict_types=1);

namespace StadGent\Services\OpeningHours\Uri\Channel;
Severity: Major
Found in src/Uri/Channel/OpeningHoursYearUri.php and 3 other locations - About 40 mins to fix
src/Uri/Channel/OpeningHoursDayUri.php on lines 1..35
src/Uri/Channel/OpeningHoursMonthUri.php on lines 1..35
src/Uri/Channel/OpeningHoursWeekUri.php on lines 1..35

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 59.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 4 locations. Consider refactoring.
Open

<?php

declare(strict_types=1);

namespace StadGent\Services\OpeningHours\Uri\Channel;
Severity: Major
Found in src/Uri/Channel/OpeningHoursDayUri.php and 3 other locations - About 40 mins to fix
src/Uri/Channel/OpeningHoursMonthUri.php on lines 1..35
src/Uri/Channel/OpeningHoursWeekUri.php on lines 1..35
src/Uri/Channel/OpeningHoursYearUri.php on lines 1..35

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 59.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

    public function getPeriod(int $serviceId, int $channelId, string $dateFrom, string $dateUntil): string
    {
        $cacheKey = $this->createCacheKeyFromArray(
            ['period', $serviceId, $channelId, $dateFrom, $dateUntil]
        );
Severity: Minor
Found in src/Service/Channel/OpeningHoursHtmlService.php and 1 other location - About 40 mins to fix
src/Service/Channel/OpeningHoursService.php on lines 112..122

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 58.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

    public function getPeriod(int $serviceId, int $channelId, string $dateFrom, string $dateUntil): OpeningHours
    {
        $cacheKey = $this->createCacheKeyFromArray(
            ['period', $serviceId, $channelId, $dateFrom, $dateUntil]
        );
Severity: Minor
Found in src/Service/Channel/OpeningHoursService.php and 1 other location - About 40 mins to fix
src/Service/Channel/OpeningHoursHtmlService.php on lines 109..119

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 58.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 4 locations. Consider refactoring.
Open

<?php

declare(strict_types=1);

namespace StadGent\Services\OpeningHours\Request\Channel;
Severity: Major
Found in src/Request/Channel/GetByIdRequest.php and 3 other locations - About 35 mins to fix
src/Request/Channel/OpenNowHtmlRequest.php on lines 1..30
src/Request/Channel/OpenNowRequest.php on lines 1..30
src/Request/Service/GetBySourceIdRequest.php on lines 1..30

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 57.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 4 locations. Consider refactoring.
Open

<?php

declare(strict_types=1);

namespace StadGent\Services\OpeningHours\Request\Service;
Severity: Major
Found in src/Request/Service/GetBySourceIdRequest.php and 3 other locations - About 35 mins to fix
src/Request/Channel/GetByIdRequest.php on lines 1..30
src/Request/Channel/OpenNowHtmlRequest.php on lines 1..30
src/Request/Channel/OpenNowRequest.php on lines 1..30

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 57.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 4 locations. Consider refactoring.
Open

<?php

declare(strict_types=1);

namespace StadGent\Services\OpeningHours\Request\Channel;
Severity: Major
Found in src/Request/Channel/OpenNowRequest.php and 3 other locations - About 35 mins to fix
src/Request/Channel/GetByIdRequest.php on lines 1..30
src/Request/Channel/OpenNowHtmlRequest.php on lines 1..30
src/Request/Service/GetBySourceIdRequest.php on lines 1..30

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 57.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 4 locations. Consider refactoring.
Open

<?php

declare(strict_types=1);

namespace StadGent\Services\OpeningHours\Request\Channel;
Severity: Major
Found in src/Request/Channel/OpenNowHtmlRequest.php and 3 other locations - About 35 mins to fix
src/Request/Channel/GetByIdRequest.php on lines 1..30
src/Request/Channel/OpenNowRequest.php on lines 1..30
src/Request/Service/GetBySourceIdRequest.php on lines 1..30

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 57.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

<?php

declare(strict_types=1);

namespace StadGent\Services\OpeningHours\Response;
Severity: Major
Found in src/Response/ChannelResponse.php and 5 other locations - About 30 mins to fix
src/Response/ChannelsResponse.php on lines 1..43
src/Response/OpenNowResponse.php on lines 1..43
src/Response/OpeningHoursResponse.php on lines 1..43
src/Response/ServiceResponse.php on lines 1..43
src/Response/ServicesResponse.php on lines 1..43

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 56.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

    public function getOpenNow(int $serviceId, int $channelId): string
    {
        try {
            /** @var \StadGent\Services\OpeningHours\Response\HtmlResponse $response */
            $response = $this->send(
Severity: Minor
Found in src/Service/Channel/OpeningHoursHtmlService.php and 1 other location - About 30 mins to fix
src/Service/Channel/OpeningHoursService.php on lines 34..47

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 56.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

<?php

declare(strict_types=1);

namespace StadGent\Services\OpeningHours\Response;
Severity: Major
Found in src/Response/ChannelsResponse.php and 5 other locations - About 30 mins to fix
src/Response/ChannelResponse.php on lines 1..43
src/Response/OpenNowResponse.php on lines 1..43
src/Response/OpeningHoursResponse.php on lines 1..43
src/Response/ServiceResponse.php on lines 1..43
src/Response/ServicesResponse.php on lines 1..43

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 56.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

<?php

declare(strict_types=1);

namespace StadGent\Services\OpeningHours\Response;
Severity: Major
Found in src/Response/ServiceResponse.php and 5 other locations - About 30 mins to fix
src/Response/ChannelResponse.php on lines 1..43
src/Response/ChannelsResponse.php on lines 1..43
src/Response/OpenNowResponse.php on lines 1..43
src/Response/OpeningHoursResponse.php on lines 1..43
src/Response/ServicesResponse.php on lines 1..43

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 56.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

    public function getOpenNow(int $serviceId, int $channelId): OpenNow
    {
        try {
            /** @var \StadGent\Services\OpeningHours\Response\OpenNowResponse $response */
            $response = $this->send(
Severity: Minor
Found in src/Service/Channel/OpeningHoursService.php and 1 other location - About 30 mins to fix
src/Service/Channel/OpeningHoursHtmlService.php on lines 31..44

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 56.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

<?php

declare(strict_types=1);

namespace StadGent\Services\OpeningHours\Response;
Severity: Major
Found in src/Response/OpeningHoursResponse.php and 5 other locations - About 30 mins to fix
src/Response/ChannelResponse.php on lines 1..43
src/Response/ChannelsResponse.php on lines 1..43
src/Response/OpenNowResponse.php on lines 1..43
src/Response/ServiceResponse.php on lines 1..43
src/Response/ServicesResponse.php on lines 1..43

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 56.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

<?php

declare(strict_types=1);

namespace StadGent\Services\OpeningHours\Response;
Severity: Major
Found in src/Response/OpenNowResponse.php and 5 other locations - About 30 mins to fix
src/Response/ChannelResponse.php on lines 1..43
src/Response/ChannelsResponse.php on lines 1..43
src/Response/OpeningHoursResponse.php on lines 1..43
src/Response/ServiceResponse.php on lines 1..43
src/Response/ServicesResponse.php on lines 1..43

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 56.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 6 locations. Consider refactoring.
Open

<?php

declare(strict_types=1);

namespace StadGent\Services\OpeningHours\Response;
Severity: Major
Found in src/Response/ServicesResponse.php and 5 other locations - About 30 mins to fix
src/Response/ChannelResponse.php on lines 1..43
src/Response/ChannelsResponse.php on lines 1..43
src/Response/OpenNowResponse.php on lines 1..43
src/Response/OpeningHoursResponse.php on lines 1..43
src/Response/ServiceResponse.php on lines 1..43

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 56.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Avoid too many return statements within this method.
Open

        return NotFoundException::fromException($exception);
Severity: Major
Found in src/Exception/ExceptionFactory.php - About 30 mins to fix

    Unordered list style
    Open

    * DMOH-15: Added the OpeningHoursMonth & OpeningHoursMonthHTML methods to the
    Severity: Minor
    Found in CHANGELOG.md by markdownlint

    MD004 - Unordered list style

    Tags: bullet, ul

    Aliases: ul-style

    Parameters: style ("consistent", "asterisk", "plus", "dash"; default "consistent")

    This rule is triggered when the symbols used in the document for unordered list items do not match the configured unordered list style:

    * Item 1
    + Item 2
    - Item 3

    To fix this issue, use the configured style for list items throughout the document:

    * Item 1
    * Item 2
    * Item 3

    Note: the configured list style can be a specific symbol to use (asterisk, plus, dash), or simply require that the usage be consistent within the document.

    Unordered list style
    Open

    * DMOH-49: Changed the base value objects to those of the digipolisgent/value
    Severity: Minor
    Found in CHANGELOG.md by markdownlint

    MD004 - Unordered list style

    Tags: bullet, ul

    Aliases: ul-style

    Parameters: style ("consistent", "asterisk", "plus", "dash"; default "consistent")

    This rule is triggered when the symbols used in the document for unordered list items do not match the configured unordered list style:

    * Item 1
    + Item 2
    - Item 3

    To fix this issue, use the configured style for list items throughout the document:

    * Item 1
    * Item 2
    * Item 3

    Note: the configured list style can be a specific symbol to use (asterisk, plus, dash), or simply require that the usage be consistent within the document.

    Severity
    Category
    Status
    Source
    Language