• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

liip / LiipImagineBundle / 9778846635

03 Jul 2024 01:31PM UTC coverage: 80.206% (-0.1%) from 80.313%
9778846635

Pull #1597

github

web-flow
Merge 2cb52aeb1 into f3b674268
Pull Request #1597: 2 to 3

0 of 3 new or added lines in 1 file covered. (0.0%)

1 existing line in 1 file now uncovered.

1795 of 2238 relevant lines covered (80.21%)

77.37 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Factory/Config/StackFactory.php
1
<?php
2

3
/*
4
 * This file is part of the `liip/LiipImagineBundle` project.
5
 *
6
 * (c) https://github.com/liip/LiipImagineBundle/graphs/contributors
7
 *
8
 * For the full copyright and license information, please view the LICENSE.md
9
 * file that was distributed with this source code.
10
 */
11

12
namespace Liip\ImagineBundle\Factory\Config;
13

14
use Liip\ImagineBundle\Config\Stack;
15
use Liip\ImagineBundle\Config\StackInterface;
16

17
/**
18
 * @internal
19
 */
20
final class StackFactory implements StackFactoryInterface
21
{
22
    public function create(string $name, ?string $dataLoader, ?int $quality, array $filters = []): StackInterface
23
    {
24
        return new Stack($name, $dataLoader, $quality, $filters);
×
25
    }
26
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc