This website works better with JavaScript.
Home
Help
Sign In
vince
/
gestionnaire-de-taches-simple
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
corrige une typo
master
vincent
2 months ago
parent
54ba5d1695
commit
a46bf2d319
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Service/SourceGenerator.php
+ 1
- 1
src/Service/SourceGenerator.php
View File
@ -17,7 +17,7 @@ class SourceGenerator
$parts
[]
=
$task
->
getName
();
foreach
(
explode
(
' '
,
$project
->
getHashtags
())
as
$hashtag
)
{
$parts
[]
=
$hashtag
;
$parts
[]
=
'#'
.
$hashtag
;
}
$source
=
implode
(
' '
,
$parts
);
Write
Preview
Loading…
Cancel
Save