Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
retypos-adapter
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
eterfund
retypos-adapter
Commits
53e5cab9
Commit
53e5cab9
authored
May 28, 2018
by
Георгий Попов
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix an error, when trying to create TyposArticle object
parent
d946498d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
TyposArticle.php
src/TyposArticle.php
+1
-1
No files found.
src/TyposArticle.php
View file @
53e5cab9
...
...
@@ -25,7 +25,7 @@ class TyposArticle
* @param $id integer Article id
* @param $text string Article text
*/
public
function
__construct
(
integer
$id
,
string
$text
)
public
function
__construct
(
$id
,
$text
)
{
$this
->
id
=
$id
;
$this
->
text
=
$text
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment