This website works better with JavaScript.
Explore
Help
Sign In
open-dsi
/
nextcloud-server
mirror of
https://github.com/nextcloud/server
Watch
1
Star
0
Fork
You've already forked nextcloud-server
0
Code
Issues
Projects
Releases
Wiki
Activity
cs:fix
Browse Source
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/38854/head
Marcel Klehr
3 years ago
parent
94fcf88892
commit
1d3661ded9
6 changed files
with
6 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
lib/public/LanguageModel/AbstractLanguageModelTask.php
1
lib/public/LanguageModel/FreePromptTask.php
1
lib/public/LanguageModel/HeadlineTask.php
1
lib/public/LanguageModel/ILanguageModelTask.php
1
lib/public/LanguageModel/SummaryTask.php
1
lib/public/LanguageModel/TopicsTask.php
1
lib/public/LanguageModel/AbstractLanguageModelTask.php
Unescape
Escape
View File
@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
1
lib/public/LanguageModel/FreePromptTask.php
Unescape
Escape
View File
@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
1
lib/public/LanguageModel/HeadlineTask.php
Unescape
Escape
View File
@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
1
lib/public/LanguageModel/ILanguageModelTask.php
Unescape
Escape
View File
@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
1
lib/public/LanguageModel/SummaryTask.php
Unescape
Escape
View File
@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
1
lib/public/LanguageModel/TopicsTask.php
Unescape
Escape
View File
@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
open-dsi/nextcloud-server
Title
Body
Create Issue