File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/ai-bundle/tests/Profiler Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6767);
6868$ result = $ agent ->call ($ messages );
6969
70- echo $ result ->getContent ().\PHP_EOL ;
70+ echo $ result ->getContent ().\PHP_EOL ;
Original file line number Diff line number Diff line change 5959);
6060$ result = $ agent ->call ($ messages );
6161
62- echo $ result ->getContent ().\PHP_EOL ;
62+ echo $ result ->getContent ().\PHP_EOL ;
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public function testExecute()
5555 */
5656 private function createToolbox (array $ tools ): ToolboxInterface
5757 {
58- return new class ($ tools ) implements ToolboxInterface {
58+ return new class ($ tools ) implements ToolboxInterface {
5959 public function __construct (
6060 private readonly array $ tools ,
6161 ) {
You can’t perform that action at this time.
0 commit comments