We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -43,8 +43,7 @@ |
||
| 43 | 43 | ); |
| 44 | 44 | // add app dir |
| 45 | 45 | $directories[] = $container->hasParameter('kernel.root_dir') ? |
| 46 | - $container->getParameter('kernel.root_dir').'/GraphQL' : |
|
| 47 | - $container->getParameter('kernel.project_dir').'/GraphQL' |
|
| 46 | + $container->getParameter('kernel.root_dir').'/GraphQL' : $container->getParameter('kernel.project_dir').'/GraphQL' |
|
| 48 | 47 | ; |
| 49 | 48 | } else { |
| 50 | 49 | // enabled auto mapping only for this bundle |